echo output

This commit is contained in:
CanbiZ
2025-05-07 13:59:13 +02:00
parent 94c8332c5f
commit c02685f046
4 changed files with 8 additions and 0 deletions

View File

@@ -12,9 +12,11 @@
if command -v curl >/dev/null 2>&1; then
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/core.func)
load_functions
echo "(create-lxc.sh) Loaded core.func via curl"
elif command -v wget >/dev/null 2>&1; then
source <(wget -qO- https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/core.func)
load_functions
echo "(create-lxc.sh) Loaded core.func via wget"
fi
# This function sets color variables for formatting output in the terminal