下载文件管理器时显示进度
This commit is contained in:
parent
93a5fd28fe
commit
aac29e0789
@ -177,7 +177,7 @@ install_filemanager() {
|
||||
fi
|
||||
green "Downloading File Browser for $filemanager_os/$filemanager_arch..."
|
||||
if type -p curl >/dev/null 2>&1; then
|
||||
net_getter="curl -fsSL"
|
||||
net_getter="curl -fSL -#"
|
||||
elif type -p wget >/dev/null 2>&1; then
|
||||
net_getter="wget -qO-"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user