Skip to content

Commit 578e99a

Browse files
authored
Update install.sh
1 parent 9e7905d commit 578e99a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ set -e
44
apt update && apt install lsb-release wget software-properties-common gnupg -y -qq
55

66
bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
7+
8+
ln -s /usr/bin/clang-17 /usr/bin/clang
9+
ln -s /usr/bin/clang++-17 /usr/bin/clang++
10+
ln -s /usr/bin/lld-17 /usr/bin/lld

0 commit comments

Comments
 (0)