From f2149d075231da44f19724a64476f94ddd1c3cf0 Mon Sep 17 00:00:00 2001 From: Booklordofthedings Date: Sat, 14 Sep 2024 02:01:30 +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 fc1715d..7492155 100644 --- a/install.sh +++ b/install.sh @@ -1,5 +1,5 @@ #!/bin/bash sudo 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 $distribution $component" | sudo tee -a /etc/apt/sources.list.d/forgejo.list +echo "deb [signed-by=/etc/apt/keyrings/forgejo-Extern.asc] https://code.booklordofthe.dev/api/packages/Extern/debian bookworm stable" | sudo tee -a /etc/apt/sources.list.d/forgejo.list sudo apt update sudo apt install beefbuild \ No newline at end of file