Update install.func

tweak
This commit is contained in:
tteckster 2024-01-03 16:09:16 -05:00 committed by GitHub
parent f9b9b560f1
commit 00f73c7370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ network_check() {
update_os() { update_os() {
msg_info "Updating Container OS" msg_info "Updating Container OS"
$STD apt-get update $STD apt-get update
$STD apt-get -y upgrade $STD apt-get -o Dpkg::Options::="--force-confold" -y dist-upgrade
msg_ok "Updated Container OS" msg_ok "Updated Container OS"
} }