From d5e564ff48f1a566fd7730c572351e6e19c21c56 Mon Sep 17 00:00:00 2001 From: Jiajie Chen Date: Wed, 5 Mar 2025 16:49:55 +0800 Subject: [PATCH] llvm-apt: add 20 Signed-off-by: Jiajie Chen --- llvm-apt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm-apt.sh b/llvm-apt.sh index 727602e..d879a48 100755 --- a/llvm-apt.sh +++ b/llvm-apt.sh @@ -17,7 +17,7 @@ function get_codenames() { if [ -z "$codenames" ]; then echo "Unable to fetch codename from $dist_meta_url, using default" >&2 prefix=llvm-toolchain-$os - codenames="$prefix,$prefix-18,$prefix-19" + codenames="$prefix,$prefix-18,$prefix-19,$prefix-20" fi echo "Codenames for $os: $codenames" >&2 echo $codenames