Update ha_autoapps.sh

This commit is contained in:
Alexandre
2025-07-17 07:56:19 +02:00
committed by GitHub
parent d8ff4d2f83
commit 9d947258f5

View File

@@ -20,7 +20,10 @@ if ! command -v curl >/dev/null 2>/dev/null; then
fi
# Call apps installer script if needed
curl -f -L -s -S "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automatic_packages.sh" --output /ha_automatic_packages.sh
if ! curl -f -L -S "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automatic_packages.sh" --output /ha_automatic_packages.sh; then
echo "Failed to download the file" >&2
exit 1
fi
chmod 777 /ha_automatic_packages.sh
eval /./ha_automatic_packages.sh "${PACKAGES:-}"