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, 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() { :; }