Update 99-run.sh

This commit is contained in:
Alexandre
2022-01-11 22:01:10 +01:00
committed by GitHub
parent 9e7dd952bc
commit c3b88887d9

View File

@@ -1,9 +1,9 @@
#!/usr/bin/with-contenv bashio
# Uprade
#echo "Updating distribution"
#apt-get update &>/dev/null
#apt-get upgrade &>/dev/null
echo "Updating distribution"
apt-get update >/dev/null
apt-get -y upgrade >/dev/null
# Fix mate software center
if [ -f /usr/lib/dbus-1.0/dbus-daemon-launch-helper ]; then