From ce864a1750ca1f1c8a857b8d7758a42daa8096d1 Mon Sep 17 00:00:00 2001 From: Booklordofthedings Date: Wed, 16 Oct 2024 19:56:51 +0200 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 1ec25fa..c4fa602 100644 --- a/install.sh +++ b/install.sh @@ -1,5 +1,5 @@ #!/bin/bash -echo "Setup-Beef" +echo Setup-Beef wget https://apt.llvm.org/llvm.sh chmod +x llvm.sh ./llvm.sh 18