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 # # Install apps #
################ ################
apk update && apk update &&
apk add --no-cache \ apk add --no-cache \
jq \ jq \
curl \ curl \
cifs-utils \ cifs-utils \
keyutils \ keyutils \
samba-client \ samba-client \
samba || \ samba || \
(apt-get clean && \ (
apt-get clean && \
apt-get update && \ apt-get update && \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
jq \ jq \
curl \ curl \
cifs-utils \ cifs-utils \
keyutils \ keyutils \
smbclient \ smbclient \
samba) samba
)
################### ###################
# Install bashio # # Install bashio #