Add ntfs support

This commit is contained in:
Alexandre
2022-03-13 12:33:38 +01:00
committed by GitHub
parent 0c7db68b56
commit d9fa6f0a1b

View File

@@ -59,8 +59,8 @@ for files in "/etc/cont-init.d" "/etc/services.d"; do
COMMAND="mount"
if grep -q -rnw "$files/" -e "$COMMAND" && ! command -v $COMMAND &>/dev/null; then
[ "$VERBOSE" = true ] && echo "$COMMAND required"
[ "$PACKMANAGER" = "apk" ] && PACKAGES="$PACKAGES exfat-fuse exfat-utils"
#[ "$PACKMANAGER" = "apt" ] && PACKAGES="$PACKAGES exfat-fuse exfat-utils"
[ "$PACKMANAGER" = "apk" ] && PACKAGES="$PACKAGES exfat-fuse exfat-utils ntfs-3g"
#[ "$PACKMANAGER" = "apt" ] && PACKAGES="$PACKAGES exfat-fuse exfat-utils ntfs-3g"
fi
COMMAND="cifs"