Skip to content

Commit 57d41d2

Browse files
wine-builds: add i386
1 parent 4bd5f29 commit 57d41d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wine-builds.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ BASE_URL=${TUNASYNC_UPSTREAM_URL:-"https://dl.winehq.org/wine-builds"}
1010

1111
export REPO_SIZE_FILE=/tmp/reposize.$RANDOM
1212

13-
"$apt_sync" --delete "$BASE_URL/ubuntu" @ubuntu-lts main amd64 "$BASE_PATH/ubuntu"
13+
"$apt_sync" --delete "$BASE_URL/ubuntu" @ubuntu-lts main amd64,i386 "$BASE_PATH/ubuntu"
1414
echo "APT for Ubuntu finished"
1515

16-
"$apt_sync" --delete "$BASE_URL/debian" @debian-latest2 main amd64 "$BASE_PATH/debian"
16+
"$apt_sync" --delete "$BASE_URL/debian" @debian-latest2 main amd64,i386 "$BASE_PATH/debian"
1717
echo "APT for Debian finished"
1818

1919
echo "APT finished"

0 commit comments

Comments
 (0)