Update install.sh
This commit is contained in:
parent
0dbfe616bf
commit
61d6a31181
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/bin/bash
|
||||
apt install lsb-release wget software-properties-common gnupg
|
||||
apt update
|
||||
apt install -y lsb-release wget software-properties-common gnupg
|
||||
wget https://apt.llvm.org/llvm.sh
|
||||
chmod +x llvm.sh
|
||||
./llvm.sh 18
|
||||
|
|
Loading…
Add table
Reference in a new issue