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:
-rw-r--r--nextcloudpi.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/nextcloudpi.sh b/nextcloudpi.sh
index bd9586e6..8a12ee3d 100644
--- a/nextcloudpi.sh
+++ b/nextcloudpi.sh
@@ -18,6 +18,7 @@
CONFDIR=/usr/local/etc/nextcloudpi-config.d/
UPLOADTMPDIR=/var/www/nextcloud/data/tmp
APTINSTALL="apt-get install -y --no-install-recommends"
+export DEBIAN_FRONTEND=noninteractive
install()
@@ -162,7 +163,7 @@ EOF
/usr/local/bin/ncp-update
# External requirements for Apps
- $APTINSTALL smbclient
+ $APTINSTALL -o "Dpkg::Options::=--force-confold" -t stretch php-smbclient
}
configure() { :; }