From 2f01e33ec95ca5ab6c40eec9b660268ab7903744 Mon Sep 17 00:00:00 2001 From: Booklordofthedings Date: Sat, 8 Feb 2025 21:09:08 +0100 Subject: [PATCH] y are we doing this --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 275ec1d..634662f 100755 --- a/install.sh +++ b/install.sh @@ -1,10 +1,10 @@ #!/bin/bash apt update -apt install lsb-release wget software-properties-common gnupg +apt -y install lsb-release wget software-properties-common gnupg wget https://apt.llvm.org/llvm.sh chmod +x llvm.sh ./llvm.sh 18 curl https://code.booklordofthe.dev/api/packages/Extern/debian/repository.key -o /etc/apt/keyrings/forgejo-Extern.asc echo "deb [signed-by=/etc/apt/keyrings/forgejo-Extern.asc] https://code.booklordofthe.dev/api/packages/Extern/debian bookworm main" | tee -a /etc/apt/sources.list.d/forgejo.list apt update -apt install beefbuild +apt -y install beefbuild