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