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 'etc/ncp-config.d/samba.sh')
-rw-r--r--etc/ncp-config.d/samba.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ncp-config.d/samba.sh b/etc/ncp-config.d/samba.sh
index aac737dd..367e9296 100644
--- a/etc/ncp-config.d/samba.sh
+++ b/etc/ncp-config.d/samba.sh
@@ -21,7 +21,7 @@ This can be done manually or automatically using 'nc-scan' and 'nc-scan-auto'"
install()
{
apt-get update
- apt-get install --no-install-recommends -y samba
+ apt-get install --no-install-recommends -y -t buster samba
update-rc.d smbd disable
update-rc.d nmbd disable