Update 00-.sh

This commit is contained in:
Alexandre
2021-11-07 18:06:43 +01:00
committed by GitHub
parent 6bdf5c4b31
commit dccc81ac7c

View File

@@ -30,7 +30,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
##################
# Install bashio #
##################
&& mkdir -p /tmp/bashio \
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 \