We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd5f29 commit 57d41d2Copy full SHA for 57d41d2
wine-builds.sh
@@ -10,10 +10,10 @@ BASE_URL=${TUNASYNC_UPSTREAM_URL:-"https://dl.winehq.org/wine-builds"}
10
11
export REPO_SIZE_FILE=/tmp/reposize.$RANDOM
12
13
-"$apt_sync" --delete "$BASE_URL/ubuntu" @ubuntu-lts main amd64 "$BASE_PATH/ubuntu"
+"$apt_sync" --delete "$BASE_URL/ubuntu" @ubuntu-lts main amd64,i386 "$BASE_PATH/ubuntu"
14
echo "APT for Ubuntu finished"
15
16
-"$apt_sync" --delete "$BASE_URL/debian" @debian-latest2 main amd64 "$BASE_PATH/debian"
+"$apt_sync" --delete "$BASE_URL/debian" @debian-latest2 main amd64,i386 "$BASE_PATH/debian"
17
echo "APT for Debian finished"
18
19
echo "APT finished"
0 commit comments