From 8ddaeea839bf8e201ffcd4a1f459408b804be28c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 9 Dec 2021 20:49:04 +0100 Subject: [PATCH] Update automatic_packages.sh --- zzz_templates/automatic_packages.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zzz_templates/automatic_packages.sh b/zzz_templates/automatic_packages.sh index 2ac5464cd..131165f52 100644 --- a/zzz_templates/automatic_packages.sh +++ b/zzz_templates/automatic_packages.sh @@ -127,7 +127,7 @@ for files in "/scripts" "/etc/cont-init.d"; do # Bashio if [[ $(grep -rnw "$files/" -e 'bashio') ]] && [ ! -f "/usr/bin/bashio" ]; then [ $VERBOSE = true ] && echo "install bashio" - BASHIO_VERSION="${BASHIO_VERSION:-0.14.3}" + BASHIO_VERSION="0.14.3" mkdir -p /tmp/bashio curl -L -f -s "https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz" | tar -xzf - --strip 1 -C /tmp/bashio mv /tmp/bashio/lib /usr/lib/bashio @@ -144,7 +144,7 @@ for files in "/scripts" "/etc/cont-init.d"; do # Tempio if [[ $(grep -rnw "$files/" -e 'tempio') ]] && [ ! -f "/usr/bin/tempio" ]; then [ $VERBOSE = true ] && echo "install tempio" - TEMPIO_VERSION="${TEMPIO_VERSION:-2021.09.0}" + TEMPIO_VERSION="2021.09.0" BUILD_ARCH="$(bashio::info.arch)" curl -L -f -s -o /usr/bin/tempio "https://github.com/home-assistant/tempio/releases/download/${TEMPIO_VERSION}/tempio_${BUILD_ARCH}" chmod a+x /usr/bin/tempio