1
0
Fork 0

Add install.sh

This commit is contained in:
Booklordofthedings 2024-10-16 15:37:59 +02:00
parent 0aebaeb602
commit 4b68153ff3

5
install.sh Normal file
View file

@ -0,0 +1,5 @@
#!/bin/bash
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh 18
wget -O - https://code.booklordofthe.dev/Extern/Beef-Nightly/raw/branch/main/install.sh | bash