From cd8417c21ef84bc072e4d3284df043d432ed9e2a Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 18 Jun 2025 12:16:52 +0200 Subject: [PATCH] Update alpine-install.func --- misc/alpine-install.func | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/misc/alpine-install.func b/misc/alpine-install.func index 16889a60..6946981f 100644 --- a/misc/alpine-install.func +++ b/misc/alpine-install.func @@ -82,8 +82,7 @@ network_check() { # This function updates the Container OS by running apt-get update and upgrade update_os() { msg_info "Updating Container OS" - $STD apk update - $STD apk upgrade + $STD apk update && apk upgrade msg_ok "Updated Container OS" }