This commit is contained in:
Alexandre
2021-12-01 22:07:13 +01:00
parent 6aa490e8bd
commit 3280733006
48 changed files with 150 additions and 99 deletions

View File

@@ -9,6 +9,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
apk update &&
apk add --no-cache \
jq \
yq \
curl \
cifs-utils \
keyutils \
@@ -19,6 +20,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
apt-get update &&
apt-get install -y --no-install-recommends \
jq \
yq \
curl \
cifs-utils \
keyutils \