mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
Update install.func
This commit is contained in:
@@ -11,6 +11,8 @@ if command -v curl >/dev/null 2>&1; then
|
|||||||
echo "(install.func) Loaded core.func via curl"
|
echo "(install.func) Loaded core.func via curl"
|
||||||
elif command -v wget >/dev/null 2>&1; then
|
elif command -v wget >/dev/null 2>&1; then
|
||||||
source <(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)
|
||||||
|
sleep 2
|
||||||
|
echo "sleep 2"
|
||||||
load_functions
|
load_functions
|
||||||
echo "(install.func) Loaded core.func via wget"
|
echo "(install.func) Loaded core.func via wget"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user