diff --git a/enedisgateway2mqtt/rootfs/scripts/00-aaa_dockerfile_backup.sh b/enedisgateway2mqtt/rootfs/scripts/00-aaa_dockerfile_backup.sh index 3c2e974a4..35d965a1e 100644 --- a/enedisgateway2mqtt/rootfs/scripts/00-aaa_dockerfile_backup.sh +++ b/enedisgateway2mqtt/rootfs/scripts/00-aaa_dockerfile_backup.sh @@ -8,8 +8,8 @@ if [ ! -f "/usr/bin/bashio" ]; then ################ # Install apps # ################ - apt-get clean && - apt-get update && + apt-get clean + apt-get update apt-get install -yq --no-install-recommends \ jq \ curl \ @@ -25,6 +25,6 @@ if [ ! -f "/usr/bin/bashio" ]; then mv /tmp/bashio/lib /usr/lib/bashio ln -s /usr/lib/bashio/bashio /usr/bin/bashio rm -rf /tmp/bashio - ) >/dev/null + ) &>/dev/null echo "Bashio installed" fi