From 83af8e7493d720cf5a9c73977266b8628dec2f94 Mon Sep 17 00:00:00 2001 From: nachoparker Date: Thu, 29 Jun 2017 19:43:46 +0200 Subject: add smbclient for external storage --- nextcloudpi.sh | 3 +++ 1 file changed, 3 insertions(+) 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() { :; } -- cgit v1.2.3