From 25ed76e09bf480feaee96d4a9230708790c31ff9 Mon Sep 17 00:00:00 2001 From: Booklordofthedings Date: Sat, 14 Sep 2024 02:22:20 +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 7492155..02a11ad 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 bookworm stable" | 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 main" | sudo tee -a /etc/apt/sources.list.d/forgejo.list sudo apt update sudo apt install beefbuild \ No newline at end of file