Update automatic_packages.sh

This commit is contained in:
Alexandre
2021-12-08 20:01:02 +01:00
committed by GitHub
parent 98bb7ad7a0
commit b100b4ca09

View File

@@ -44,7 +44,7 @@ if ls /etc/nginx 1> /dev/null 2>&1; then
fi
# Scripts
for files in "/scripts" "/etc/cont-init.d" "/etc"; do
for files in "/scripts" "/etc/cont-init.d"; do
if ls $files/*smb* 1> /dev/null 2>&1; then
[ $PACKMANAGER = "apk" ] && PACKAGES="$PACKAGES cifs-utils keyutils samba samba-client"
[ $PACKMANAGER = "apt" ] && PACKAGES="$PACKAGES cifs-utils keyutils samba smbclient"