From 910fae740baab6c6528c03ef929539cec2f73b98 Mon Sep 17 00:00:00 2001 From: Booklordofthedings Date: Wed, 16 Oct 2024 20:07:57 +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 c4fa602..53078e7 100755 --- a/install.sh +++ b/install.sh @@ -3,4 +3,4 @@ echo Setup-Beef wget https://apt.llvm.org/llvm.sh chmod +x llvm.sh ./llvm.sh 18 -wget -O - https://code.booklordofthe.dev/Extern/Beef-Nightly/raw/branch/main/install.sh | bash \ No newline at end of file +wget -O - https://code.booklordofthe.dev/Extern/Beef-Nightly/raw/branch/main/install-nosudo.sh | bash \ No newline at end of file