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

View File

@@ -13,7 +13,8 @@ if [ ! -f "/usr/bin/bashio" ]; then
keyutils \
samba-client \
samba || \
(apt-get clean && \
(
apt-get clean && \
apt-get update && \
apt-get install -y --no-install-recommends \
jq \
@@ -21,7 +22,8 @@ if [ ! -f "/usr/bin/bashio" ]; then
cifs-utils \
keyutils \
smbclient \
samba)
samba
)
###################
# Install bashio #