Add rsync

This commit is contained in:
Alexandre
2024-10-05 10:18:37 +02:00
committed by GitHub
parent 322f7bd943
commit 51a84a9ee3

View File

@@ -161,7 +161,7 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat
RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh
# Manual apps
ENV PACKAGES="alsa-utils libasound2-plugins mosquitto-clients"
ENV PACKAGES="alsa-utils libasound2-plugins mosquitto-clients rsync"
# Automatic apps & bashio
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"