Use ENV variable

This commit is contained in:
Alexandre
2021-12-06 11:14:51 +01:00
parent cce349a3f8
commit bcf6988f47
12 changed files with 12 additions and 12 deletions

View File

@@ -11,7 +11,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
###################
# Install bashio #
##################
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