mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-16 17:38:17 +01:00
Update 00-aaa_dockerfile_backup.sh
This commit is contained in:
@@ -7,6 +7,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
# Install apps #
|
||||
################
|
||||
PACKAGES="${PACKAGES:="curl"}"
|
||||
PACKAGES="curl jq wget gcompat@community"
|
||||
|
||||
apt-get clean \
|
||||
&& apt-get update \
|
||||
@@ -16,7 +17,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
|
||||
|
||||
Reference in New Issue
Block a user