Update wgd.sh

This commit is contained in:
Donald Zou 2024-12-06 22:11:34 +08:00
parent e4964da5d4
commit bcfd9fc1c9

View File

@ -247,7 +247,7 @@ _checkPythonVersion(){
_determinePypiMirror(){ _determinePypiMirror(){
printf "[WGDashboard] Pinging list of recommended Python Package Index mirror\n" printf "[WGDashboard] Pinging list of recommended Python Package Index mirror\n"
urls=( urls=(
"https://pypi.org" "https://pypi.org/simple/"
"https://pypi.tuna.tsinghua.edu.cn/simple/" "https://pypi.tuna.tsinghua.edu.cn/simple/"
"https://pypi.mirrors.ustc.edu.cn/simple/" "https://pypi.mirrors.ustc.edu.cn/simple/"
"https://mirrors.aliyun.com/pypi/simple/" "https://mirrors.aliyun.com/pypi/simple/"