Update 00-.sh

This commit is contained in:
Alexandre
2021-11-08 17:53:19 +01:00
committed by GitHub
parent b4f2fe740a
commit 4950731c99

View File

@@ -14,14 +14,14 @@ if [ ! -f "/usr/bin/bashio" ]; then
keyutils \ keyutils \
smbclient \ smbclient \
samba || samba ||
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 )
################### ###################
# Install bashio # # Install bashio #