testing
This commit is contained in:
parent
4ff77c52dc
commit
0f2e609a42
@ -99,6 +99,7 @@ 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
|
||||||
|
@ -249,7 +249,6 @@ spinner_frames=('⠋' '⠙' '⠹' '⠸' '⠼' '⠴' '⠦' '⠧' '⠇' '⠏')
|
|||||||
# Ensure POSIX compatibility across Alpine and Debian/Ubuntu
|
# Ensure POSIX compatibility across Alpine and Debian/Ubuntu
|
||||||
# === Spinner Start ===
|
# === Spinner Start ===
|
||||||
start_spinner() {
|
start_spinner() {
|
||||||
detect_os
|
|
||||||
local msg="$1"
|
local msg="$1"
|
||||||
local spin_i=0
|
local spin_i=0
|
||||||
local interval=0.1
|
local interval=0.1
|
||||||
|
@ -168,6 +168,7 @@ 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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user