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