下载文件管理器时显示进度

This commit is contained in:
悟空的日常镜像仓库 2024-12-01 08:43:01 +08:00
parent 93a5fd28fe
commit aac29e0789

View File

@ -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