Update install.func
This commit is contained in:
parent
1b261401d6
commit
c5e83a6c71
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user