mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-21 00:45:49 +08:00
Add more mirror site for box86/box64 and wine
This commit is contained in:
@@ -22,7 +22,7 @@ mirror_sites=(
|
||||
)
|
||||
|
||||
for mirror in "${mirror_sites[@]}"; do
|
||||
local url="${mirror}${box86_url}"
|
||||
url="${mirror}${box86_url}"
|
||||
echo "尝试从 $url 下载box86..."
|
||||
git clone "${url}"
|
||||
if [ $? -eq 0 ]; then
|
||||
@@ -37,7 +37,7 @@ for mirror in "${mirror_sites[@]}"; do
|
||||
done
|
||||
|
||||
for mirror in "${mirror_sites[@]}"; do
|
||||
local url="${mirror}${box64_url}"
|
||||
url="${mirror}${box64_url}"
|
||||
echo "尝试从 $url 下载box64..."
|
||||
git clone "${url}"
|
||||
if [ $? -eq 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user