From ccfc6053f3b66b5bb47c78cd2dea69061f4e441b Mon Sep 17 00:00:00 2001 From: Booklordofthedings Date: Wed, 16 Oct 2024 20:21:16 +0200 Subject: [PATCH] Update install.sh --- install.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 7d9dfae..5d781df 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,6 @@ #!/bin/bash -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 -wget -O - https://code.booklordofthe.dev/Extern/Beef-Nightly/raw/branch/main/install-nosudo.sh | bash \ No newline at end of file +wget https://code.booklordofthe.dev/Extern/-/packages/debian/beefbuild/0.43.5.65/files/246 +dpkg -i beefbuild_0.43.5.65_amd64.deb \ No newline at end of file