mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-06-28 09:16:55 +00:00
Update wgd.sh
This commit is contained in:
parent
d780bb3937
commit
908be168a9
@ -245,13 +245,13 @@ _checkPythonVersion(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
_determinePypiMirror(){
|
_determinePypiMirror(){
|
||||||
printf "[WGDashboard] Pinging list of recommended Python Package Index mirror"
|
printf "[WGDashboard] Pinging list of recommended Python Package Index mirror\n"
|
||||||
urls=(
|
urls=(
|
||||||
|
"https://pypi.org"
|
||||||
"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/"
|
||||||
"https://pypi.douban.com/simple/"
|
"https://pypi.douban.com/simple/"
|
||||||
"https://pypi.org"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# Function to extract hostname and ping it
|
# Function to extract hostname and ping it
|
||||||
|
Loading…
x
Reference in New Issue
Block a user