From d1205ebb7cc34ef7893daa436cdb3fc045699ffd Mon Sep 17 00:00:00 2001 From: fatalerrors Date: Tue, 11 Jan 2022 15:11:09 +0100 Subject: [PATCH] fixed a configuration --- conf/silay.conf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/silay.conf.sh b/conf/silay.conf.sh index 3cef6a4..8ae4921 100644 --- a/conf/silay.conf.sh +++ b/conf/silay.conf.sh @@ -62,7 +62,7 @@ NET6_IP_eth1="2a03:7220:8081:b34a::d7/64" INTALL_MODE=full # Paquets additionnels -PKGSEL="$PKGSEL samba smbclient" +PKGSEL="$PKGSEL samba samba-vfs-modules smbclient" # ------------------------------------------------------------------------------ # -------------------------- Section modules d'init ----------------------------