From 8b2e89d1001a040eb62d49ad66bc4b33ca17ac9b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 9 Sep 2023 20:22:43 +0200 Subject: [PATCH] Update ha_autoapps.sh --- .templates/ha_autoapps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/ha_autoapps.sh b/.templates/ha_autoapps.sh index 4387ee086..73d6e803c 100755 --- a/.templates/ha_autoapps.sh +++ b/.templates/ha_autoapps.sh @@ -21,7 +21,7 @@ fi # Call apps installer script if needed curl -f -L -s -S "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/automatic_packages.sh" --output /automatic_packages.sh chmod 777 /automatic_packages.sh -eval /./automatic_packages.sh "${PACKAGES:-bash}" +eval /./automatic_packages.sh "${PACKAGES:-}" # Clean rm /automatic_packages.sh