mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-16 17:38:17 +01:00
Dockerfile backup script
This commit is contained in:
@@ -7,15 +7,15 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
# Install apps #
|
||||
################
|
||||
apk add --no-cache \
|
||||
curl \
|
||||
jq \
|
||||
bash \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
samba \
|
||||
samba-client \
|
||||
bind-tools \
|
||||
nginx
|
||||
curl \
|
||||
jq \
|
||||
bash \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
samba \
|
||||
samba-client \
|
||||
bind-tools \
|
||||
nginx
|
||||
|
||||
###################
|
||||
# Install bashio #
|
||||
@@ -33,7 +33,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
########################################
|
||||
mkdir -p -m 777 /config/filebrowser || true
|
||||
|
||||
) >/dev/null 2>/aaa && \
|
||||
echo "Bashio installed" | cat /aaa
|
||||
) >/dev/null
|
||||
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user