mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-12-24 04:16:17 +00:00
Update wgd.sh
This commit is contained in:
@@ -321,7 +321,7 @@ _determinePypiMirror(){
|
|||||||
selected_url="${urls[choice-1]}"
|
selected_url="${urls[choice-1]}"
|
||||||
printf "[WGDashboard] %s Will download Python packages from %s\n" "$heavy_checkmark" "$selected_url"
|
printf "[WGDashboard] %s Will download Python packages from %s\n" "$heavy_checkmark" "$selected_url"
|
||||||
else
|
else
|
||||||
selected_url="${urls[0]}"
|
selected_url="${urls[choice]}"
|
||||||
printf "[WGDashboard] %s Will download Python packages from %s\n" "$heavy_checkmark" "${urls[0]}"
|
printf "[WGDashboard] %s Will download Python packages from %s\n" "$heavy_checkmark" "${urls[0]}"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user