Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'nextcloudpi.sh')
-rw-r--r--nextcloudpi.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/nextcloudpi.sh b/nextcloudpi.sh
index dedaad0a..832f6e10 100644
--- a/nextcloudpi.sh
+++ b/nextcloudpi.sh
@@ -138,8 +138,9 @@ EOF
chmod a+x /usr/local/bin/ncp-update
/usr/local/bin/ncp-update
- # External requirements for Apps
+ # Optional packets for Nextcloud and Apps
$APTINSTALL -o "Dpkg::Options::=--force-confold" php-smbclient
+ $APTINSTALL postfix
}
configure() { :; }