Update install.func

tweak
This commit is contained in:
tteckster
2024-06-29 11:03:54 -04:00
committed by GitHub
parent 122271dd34
commit a078adfaea

View File

@ -165,6 +165,7 @@ EOF
fi
$STD apt-get update
$STD apt-get -o Dpkg::Options::="--force-confold" -y dist-upgrade
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
msg_ok "Updated Container OS"
}