mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-19 22:09:14 +02:00
Update 00-aaa_dockerfile_backup.sh
This commit is contained in:
@@ -7,6 +7,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
|||||||
# Install apps #
|
# Install apps #
|
||||||
################
|
################
|
||||||
PACKAGES="${PACKAGES:="curl"}"
|
PACKAGES="${PACKAGES:="curl"}"
|
||||||
|
PACKAGES="curl jq wget gcompat@community"
|
||||||
|
|
||||||
apt-get clean \
|
apt-get clean \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
@@ -16,7 +17,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
|||||||
###################
|
###################
|
||||||
# Install bashio #
|
# Install bashio #
|
||||||
##################
|
##################
|
||||||
|
BASHIO_VERSION=0.14.3
|
||||||
mkdir -p /tmp/bashio
|
mkdir -p /tmp/bashio
|
||||||
curl -L -f -s "https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz" |
|
curl -L -f -s "https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz" |
|
||||||
tar -xzf - --strip 1 -C /tmp/bashio
|
tar -xzf - --strip 1 -C /tmp/bashio
|
||||||
|
|||||||
Reference in New Issue
Block a user