Correct Packages

This commit is contained in:
Alexandre
2022-01-20 20:38:46 +01:00
parent 1247a6eca1
commit e46dd72f86
107 changed files with 107 additions and 107 deletions

View File

@@ -69,7 +69,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
&& curl -L -f -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:-}" \
rm /automatic_packages.sh || printf '%s\n' "${PACKAGES:-}" > /ENVFILE
&& rm /automatic_packages.sh || printf '%s\n' "${PACKAGES:-}" > /ENVFILE
################
# 4 Entrypoint #

View File

@@ -29,5 +29,5 @@ if [ -e "/ENVFILE" ]; then
&& curl -L -f -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:-}" \
rm /automatic_packages.sh
&& rm /automatic_packages.sh
fi