Skip to content

Commit

Permalink
Install LLVM 18
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Feb 25, 2025
1 parent 393a10f commit 15f46e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ install_local_package() {

install_extra_packages() {
if upstream_pkg_site_available; then
ASSUME_ALWAYS_YES=yes pkg install sudo bash curl rsync llvm17 git rclone
ASSUME_ALWAYS_YES=yes pkg install sudo bash curl rsync llvm18 git rclone
else
bootstrap_pkg
install_local_package sudo
Expand Down

0 comments on commit 15f46e6

Please sign in to comment.