This commit is contained in:
CanbiZ 2025-04-02 10:51:44 +02:00
parent 9463e051fe
commit 5734ab529d
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,6 @@ variables() {
}
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/api.func)
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/github.func)
# This function sets various color variables using ANSI escape codes for formatting text in the terminal.
color() {

View File

@ -32,6 +32,8 @@ color() {
HOSTNAME="${TAB}🏠${TAB}${CL}"
}
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/github.func)
# Function to set STD mode based on verbosity
set_std_mode() {
if [ "$VERBOSE" = "yes" ]; then