From 00f73c7370716629d111bc8a7148de6224dd5dcb Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 3 Jan 2024 16:09:16 -0500 Subject: [PATCH] Update install.func tweak --- misc/install.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/install.func b/misc/install.func index a15364c2..e3527fb4 100644 --- a/misc/install.func +++ b/misc/install.func @@ -113,7 +113,7 @@ network_check() { update_os() { msg_info "Updating Container OS" $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" }