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-06-29 20:43:46 +0300
committernachoparker <nacho@ownyourbits.com>2017-06-30 13:28:12 +0300
commit83af8e7493d720cf5a9c73977266b8628dec2f94 (patch)
tree5bd5dbdac8ba739efadab41e36bb95fffea10398
parent0e5d8ac05812aa0c175f6d17c2bca0d5857fe994 (diff)
add smbclient for external storagev0.15.2
-rw-r--r--nextcloudpi.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/nextcloudpi.sh b/nextcloudpi.sh
index bdfb36fd..e4cea1cc 100644
--- a/nextcloudpi.sh
+++ b/nextcloudpi.sh
@@ -125,6 +125,9 @@ EOF
# update to latest version from github as part of the build process
/usr/local/bin/ncp-update
+
+ # External requirements for Apps
+ $APTINSTALL smbclient
}
configure() { :; }