mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Dockerfile backup script
This commit is contained in:
@@ -9,12 +9,12 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
apt-get clean &&
|
||||
apt-get update &&
|
||||
apt-get install -y --no-install-recommends \
|
||||
jq \
|
||||
cifs-utils \
|
||||
jq \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
samba \
|
||||
smbclient \
|
||||
nginx &&
|
||||
samba \
|
||||
smbclient \
|
||||
nginx &&
|
||||
apt-get clean
|
||||
|
||||
###################
|
||||
@@ -27,7 +27,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
mv /tmp/bashio/lib /usr/lib/bashio
|
||||
ln -s /usr/lib/bashio/bashio /usr/bin/bashio
|
||||
rm -rf /tmp/bashio
|
||||
) >/dev/null 2>/aaa && \
|
||||
echo "Bashio installed" | cat /aaa
|
||||
) >/dev/null
|
||||
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user