Compare commits
No commits in common. "d7c78f3269b73c56c260cb46b9ca3005d3bca003" and "ece6c7c07bd715c241c0b5dbfaa01db85bf85653" have entirely different histories.
d7c78f3269
...
ece6c7c07b
@ -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
|
||||
|
@ -35,6 +35,7 @@ load_functions() {
|
||||
icons
|
||||
default_vars
|
||||
set_std_mode
|
||||
detect_os
|
||||
# add more
|
||||
}
|
||||
|
||||
|
@ -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)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user