Update 00-.sh

This commit is contained in:
Alexandre
2021-11-08 17:54:22 +01:00
committed by GitHub
parent 4950731c99
commit a44070e2aa

View File

@@ -5,23 +5,23 @@ if [ ! -f "/usr/bin/bashio" ]; then
################ ################
# Install apps # # Install apps #
################ ################
apt-get clean && apk update &&
apt-get update && 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 \ apt-get install -y --no-install-recommends \
jq \ jq \
curl \ curl \
cifs-utils \ cifs-utils \
keyutils \ keyutils \
smbclient \ smbclient \
samba || samba)
( apk update &&
apk add --no-cache \
jq \
curl \
cifs-utils \
keyutils \
samba-client \
samba )
################### ###################
# Install bashio # # Install bashio #