Compare commits

...

2 Commits

Author SHA1 Message Date
CanbiZ
d7c78f3269 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2025-05-20 09:36:40 +02:00
CanbiZ
bfcd955c0b - 2025-05-20 09:32:49 +02:00
3 changed files with 0 additions and 3 deletions

View File

@ -99,7 +99,6 @@ 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

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

View File

@ -168,7 +168,6 @@ 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)
}