From 43048cfc48d1f57772bcec857a08fdc8c8f7ffd3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 7 Oct 2023 09:04:41 +0200 Subject: [PATCH] Update ha_automatic_packages.sh --- .templates/ha_automatic_packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/ha_automatic_packages.sh b/.templates/ha_automatic_packages.sh index e8c30b945..2973ecc35 100755 --- a/.templates/ha_automatic_packages.sh +++ b/.templates/ha_automatic_packages.sh @@ -64,7 +64,7 @@ for files in "/etc/cont-init.d" "/etc/services.d"; do COMMAND="mount" if grep -q -rnw "$files/" -e "$COMMAND"; then [ "$VERBOSE" = true ] && echo "$COMMAND required" - [ "$PACKMANAGER" = "apk" ] && PACKAGES="$PACKAGES fuse-exfat fuse-exfat-utils exfatprogs ntfs-3g squashfs-tools fuse lsblk" + [ "$PACKMANAGER" = "apk" ] && PACKAGES="$PACKAGES fuse-exfat fuse-exfat-utils ntfs-3g squashfs-tools fuse lsblk" [ "$PACKMANAGER" = "apt" ] && PACKAGES="$PACKAGES exfat* ntfs* squashfs-tools util-linux" #[ "$PACKMANAGER" = "pacman" ] && PACKAGES="$PACKAGES ntfs-3g" fi