mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
Add bullseye and version 13 for llvm, fixing #131
This commit is contained in:
parent
b26e66f3f7
commit
6414dae41a
@ -10,9 +10,9 @@ BASE_URL=${TUNASYNC_UPSTREAM_URL:-"https://apt.llvm.org"}
|
|||||||
|
|
||||||
export REPO_SIZE_FILE=/tmp/reposize.$RANDOM
|
export REPO_SIZE_FILE=/tmp/reposize.$RANDOM
|
||||||
|
|
||||||
for os in "xenial" "bionic" "focal" "stretch" "buster"; do
|
for os in "xenial" "bionic" "focal" "stretch" "buster" "bullseye"; do
|
||||||
prefix=llvm-toolchain-$os
|
prefix=llvm-toolchain-$os
|
||||||
"$apt_sync" --delete "$BASE_URL/$os" $prefix,$prefix-9,$prefix-10,$prefix-11,$prefix-12 main amd64 "$BASE_PATH/$os"
|
"$apt_sync" --delete "$BASE_URL/$os" $prefix,$prefix-9,$prefix-10,$prefix-11,$prefix-12,$prefix-13 main amd64 "$BASE_PATH/$os"
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "APT finished"
|
echo "APT finished"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user