Compare commits

..

No commits in common. "55b92abe6006133cbddbfb6e44c54f0b0fc7bede" and "f0f6b0ac3576220331d8e2a2f8587e824a150dee" have entirely different histories.

View File

@ -82,7 +82,8 @@ 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"
}