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-08-08 01:11:20 +0300
committernachoparker <nacho@ownyourbits.com>2017-08-11 00:17:56 +0300
commit4ecfccb225f215efe3335353b5185e5b904dc5af (patch)
tree16fa16acdfb01d1e28855977afc05f8b4c91bfd2
parentbce67d3dbdc5113eaf46c8e901b2aff51a461e4d (diff)
dont install php-smbclient: breaks sambav0.18.9
-rw-r--r--nextcloudpi.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nextcloudpi.sh b/nextcloudpi.sh
index 8a12ee3d..4f7973ef 100644
--- a/nextcloudpi.sh
+++ b/nextcloudpi.sh
@@ -163,7 +163,7 @@ EOF
/usr/local/bin/ncp-update
# External requirements for Apps
- $APTINSTALL -o "Dpkg::Options::=--force-confold" -t stretch php-smbclient
+ #$APTINSTALL -o "Dpkg::Options::=--force-confold" -t stretch php-smbclient # TODO breaks samba
}
configure() { :; }