Update install.func
This commit is contained in:
parent
1eed543b53
commit
1b261401d6
@ -6,13 +6,13 @@
|
||||
# https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE
|
||||
|
||||
if command -v curl >/dev/null 2>&1; then
|
||||
eval "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/core.func)"
|
||||
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/core.func)
|
||||
load_functions
|
||||
echo "(xyz) Loaded core.func via curl"
|
||||
echo "(install.func) Loaded core.func via curl"
|
||||
elif command -v wget >/dev/null 2>&1; then
|
||||
eval "$(wget -qO- https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/core.func)"
|
||||
source <(wget -qO- https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/core.func)
|
||||
load_functions
|
||||
echo "(xyz) Loaded core.func via wget"
|
||||
echo "(install.func) Loaded core.func via wget"
|
||||
fi
|
||||
|
||||
# Function to set STD mode based on verbosity
|
||||
|
Loading…
x
Reference in New Issue
Block a user