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:
authornachoparker <nacho@ownyourbits.com>2017-09-06 22:30:19 +0300
committernachoparker <nacho@ownyourbits.com>2017-09-06 22:53:27 +0300
commit4d01fd8182f9d0eac5bdc52fb1b4a3f008d2d5dc (patch)
tree10201e1111206f43a476f259ca04537e40610b4b /nextcloudpi.sh
parentabe0ee73b4da2148996bd08c30f0995786d81a5b (diff)
added sendmail and mail configurationv0.26.16
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() { :; }