diff --git a/webtop_kde/rootfs/etc/cont-init.d/99-run.sh b/webtop_kde/rootfs/etc/cont-init.d/99-run.sh index 2466a103d..886fb385b 100644 --- a/webtop_kde/rootfs/etc/cont-init.d/99-run.sh +++ b/webtop_kde/rootfs/etc/cont-init.d/99-run.sh @@ -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