mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Update 99-run.sh
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# Uprade
|
||||
echo "Updating distribution"
|
||||
apt-get update &>/dev/null || apk update &>/dev/null || true
|
||||
apt-get -y upgrade || apk upgrade --available &>/dev/null || true
|
||||
apt-get -y upgrade &>/dev/null || apk upgrade --available &>/dev/null || true
|
||||
|
||||
# Fix mate software center
|
||||
if [ -f /usr/lib/dbus-1.0/dbus-daemon-launch-helper ]; then
|
||||
|
||||
Reference in New Issue
Block a user