From d98356ad3abe8a7b047289e4ed9d84ab61dee9e3 Mon Sep 17 00:00:00 2001 From: Booklordofthedings Date: Sat, 8 Feb 2025 21:19:13 +0100 Subject: [PATCH] Works now --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index fb11d2b..c75378c 100755 --- a/install.sh +++ b/install.sh @@ -9,3 +9,4 @@ curl https://code.booklordofthe.dev/api/packages/Extern/debian/repository.key -o 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 -y install beefbuild +BeefBuild -help