Add more mirror site for box86/box64 and wine

This commit is contained in:
Caten
2024-08-10 18:15:59 +08:00
parent cb1f4b23ee
commit 5ebbaf7073
6 changed files with 8 additions and 9 deletions

View File

@@ -49,7 +49,7 @@ mirror_sites=(
)
for mirror in "${mirror_sites[@]}"; do
local url="${mirror}$LATEST_WINE_LINK"
url="${mirror}$LATEST_WINE_LINK"
echo "尝试从 $url 下载wine..."
wget "${url}"
if [ $? -eq 0 ]; then