This commit is contained in:
CanbiZ 2025-05-15 15:10:44 +02:00
parent 4ff77c52dc
commit 0f2e609a42
3 changed files with 2 additions and 1 deletions

View File

@ -99,6 +99,7 @@ update_os() {
$STD apk update
$STD apk upgrade
msg_ok "Updated Container OS"
detect_os
}
# This function modifies the message of the day (motd) and SSH settings

View File

@ -249,7 +249,6 @@ spinner_frames=('⠋' '⠙' '⠹' '⠸' '⠼' '⠴' '⠦' '⠧' '⠇' '⠏')
# Ensure POSIX compatibility across Alpine and Debian/Ubuntu
# === Spinner Start ===
start_spinner() {
detect_os
local msg="$1"
local spin_i=0
local interval=0.1

View File

@ -168,6 +168,7 @@ EOF
$STD apt-get -o Dpkg::Options::="--force-confold" -y dist-upgrade
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
msg_ok "Updated Container OS"
detect_os
source <(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/tools.func)
}