Update wgd.sh

This commit is contained in:
Donald Zou 2025-03-06 15:57:24 +08:00
parent 1724265eb4
commit 5b40edfbfb

View File

@ -321,7 +321,7 @@ _determinePypiMirror(){
selected_url="${urls[choice-1]}"
printf "[WGDashboard] %s Will download Python packages from %s\n" "$heavy_checkmark" "$selected_url"
else
selected_url="${urls[0]}"
selected_url="${urls[choice]}"
printf "[WGDashboard] %s Will download Python packages from %s\n" "$heavy_checkmark" "${urls[0]}"
fi
}