mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-25 16:32:47 +00:00
parent
6cd7419251
commit
b707cce61e
|
|
@ -12,7 +12,7 @@ export REPO_SIZE_FILE=/tmp/reposize.$RANDOM
|
|||
|
||||
for os in "xenial" "bionic" "focal" "stretch" "buster"; do
|
||||
prefix=llvm-toolchain-$os
|
||||
"$apt_sync" --delete "$BASE_URL/$os" $prefix,$prefix-9,$prefix-10,$prefix-11 main amd64 "$BASE_PATH/$os"
|
||||
"$apt_sync" --delete "$BASE_URL/$os" $prefix,$prefix-9,$prefix-10,$prefix-11,$prefix-12 main amd64 "$BASE_PATH/$os"
|
||||
done
|
||||
|
||||
echo "APT finished"
|
||||
|
|
|
|||
Loading…
Reference in New Issue