mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-19 11:42:43 +00:00
wine-builds: add all
https://github.com/tuna/issues/issues/881\#issuecomment-1209272823
This commit is contained in:
parent
57d41d267b
commit
8afab8cc0d
@ -10,10 +10,10 @@ BASE_URL=${TUNASYNC_UPSTREAM_URL:-"https://dl.winehq.org/wine-builds"}
|
||||
|
||||
export REPO_SIZE_FILE=/tmp/reposize.$RANDOM
|
||||
|
||||
"$apt_sync" --delete "$BASE_URL/ubuntu" @ubuntu-lts main amd64,i386 "$BASE_PATH/ubuntu"
|
||||
"$apt_sync" --delete "$BASE_URL/ubuntu" @ubuntu-lts main amd64,i386,all "$BASE_PATH/ubuntu"
|
||||
echo "APT for Ubuntu finished"
|
||||
|
||||
"$apt_sync" --delete "$BASE_URL/debian" @debian-latest2 main amd64,i386 "$BASE_PATH/debian"
|
||||
"$apt_sync" --delete "$BASE_URL/debian" @debian-latest2 main amd64,i386,all "$BASE_PATH/debian"
|
||||
echo "APT for Debian finished"
|
||||
|
||||
echo "APT finished"
|
||||
|
Loading…
x
Reference in New Issue
Block a user