diff --git a/misc/alpine-install.func b/misc/alpine-install.func index 6946981f..85c3c2a1 100644 --- a/misc/alpine-install.func +++ b/misc/alpine-install.func @@ -82,7 +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 && apk upgrade + $STD apk update && $STD apk upgrade msg_ok "Updated Container OS" }