update standalone

This commit is contained in:
Alexandre
2026-01-29 11:32:18 +01:00
committed by GitHub
parent 25fa68f7a9
commit aa987e1ede
109 changed files with 329 additions and 337 deletions

View File

@@ -68,11 +68,11 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat
RUN chmod 777 /ha_entrypoint.sh
# Install bashio
ENV PATH="/usr/local/bin:${PATH}"
ENV PATH="/usr/bin:${PATH}"
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/usr/local/lib/bashio-standalone.sh"
RUN chmod 0755 /usr/local/lib/bashio-standalone.sh
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-router.sh" "/usr/local/bin/bashio"
RUN chmod 0755 /usr/local/bin/bashio
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-router.sh" "/usr/bin/bashio"
RUN chmod 0755 /usr/bin/bashio
COPY rootfs/ /
RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;