Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Aug 16, 2023
1 parent 9e7905d commit 578e99a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ set -e
apt update && apt install lsb-release wget software-properties-common gnupg -y -qq

bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"

ln -s /usr/bin/clang-17 /usr/bin/clang
ln -s /usr/bin/clang++-17 /usr/bin/clang++
ln -s /usr/bin/lld-17 /usr/bin/lld

0 comments on commit 578e99a

Please # to comment.