Skip to content

Commit

Permalink
llvm-apt: fix arguments
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Chen <i@harrychen.xyz>
  • Loading branch information
Harry-Chen committed Sep 19, 2024
1 parent f454850 commit 1a6b3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm-apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function get_codenames() {

for os in "focal" "jammy" "noble" "bullseye" "bookworm"; do
codenames=$(get_codenames $os)
"$apt_sync" --delete "$BASE_URL/$os" "$codenames" "$BASE_PATH/$os"
"$apt_sync" --delete "$BASE_URL/$os" "$codenames" main amd64,arm64 "$BASE_PATH/$os"
done

echo "APT finished"
Expand Down

0 comments on commit 1a6b3f6

Please sign in to comment.