mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-20 16:35:47 +08:00
Add more mirror site for box86/box64 and wine
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user