This commit is contained in:
Alexandre
2023-09-09 20:21:56 +02:00
parent aa706305d2
commit 70ebdce084
82 changed files with 82 additions and 82 deletions

View File

@@ -53,7 +53,7 @@ RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh
ENV PACKAGES="procps"
# Automatic apps & bashio
ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh"
ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"
RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh
################