From afab0bd5772bdbb564cbcf85b92ad7347aec8de0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 4 Feb 2022 15:36:32 +0100 Subject: [PATCH] Update 99-run.sh --- webtop_kde/rootfs/etc/cont-init.d/99-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 dc81ed4df..e2be706fd 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 &>/dev/null || apk upgrade --available &>/dev/null || true +apt-get -y upgrade &>/dev/null || apk upgrade &>/dev/null || true # Fix mate software center if [ -f /usr/lib/dbus-1.0/dbus-daemon-launch-helper ]; then