New PACKAGES logic

This commit is contained in:
Alexandre
2021-12-07 20:32:38 +01:00
parent d0f5c8653b
commit ee196a0279
75 changed files with 981 additions and 363 deletions

View File

@@ -10,8 +10,8 @@ if [ ! -f "/usr/bin/bashio" ]; then
apt-get clean \
&& apt-get update \
&& apt-get install -y $PACKAGES 2>/dev/null \
|| apk add --no-cache $PACKAGES
&& apt-get install -y --no-install-recommends ${PACKAGES} 2>/dev/null \
|| apk add --no-cache ${PACKAGES}
###################
# Install bashio #