Update kvm.sh
This commit is contained in:
parent
e8725f559b
commit
11e3119e62
@ -216,7 +216,7 @@ install_filemanager() {
|
|||||||
if type -p curl >/dev/null 2>&1; then
|
if type -p curl >/dev/null 2>&1; then
|
||||||
net_getter="curl -fsSL"
|
net_getter="curl -fsSL"
|
||||||
elif type -p wget >/dev/null 2>&1; then
|
elif type -p wget >/dev/null 2>&1; then
|
||||||
net_getter="wget -qO-"
|
net_getter="wget -O-"
|
||||||
else
|
else
|
||||||
green "Aborted, could not find curl or wget"
|
green "Aborted, could not find curl or wget"
|
||||||
return 7
|
return 7
|
||||||
|
Loading…
Reference in New Issue
Block a user