This commit is contained in:
CanbiZ 2025-05-20 09:32:49 +02:00
parent 09273f00dd
commit bfcd955c0b
3 changed files with 0 additions and 3 deletions

View File

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

View File

@ -35,7 +35,6 @@ load_functions() {
icons icons
default_vars default_vars
set_std_mode set_std_mode
detect_os
# add more # add more
} }

View File

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