This commit is contained in:
Alexandre
2021-11-08 18:03:24 +01:00
parent a44070e2aa
commit 7342a72d12

View File

@@ -6,22 +6,24 @@ if [ ! -f "/usr/bin/bashio" ]; then
# Install apps #
################
apk update &&
apk add --no-cache \
jq \
curl \
cifs-utils \
keyutils \
samba-client \
samba || \
(apt-get clean && \
apk add --no-cache \
jq \
curl \
cifs-utils \
keyutils \
samba-client \
samba || \
(
apt-get clean && \
apt-get update && \
apt-get install -y --no-install-recommends \
jq \
curl \
cifs-utils \
keyutils \
smbclient \
samba)
jq \
curl \
cifs-utils \
keyutils \
smbclient \
samba
)
###################
# Install bashio #