diff --git a/install.sh b/install.sh index e69de29..af6fab8 100644 --- a/install.sh +++ b/install.sh @@ -0,0 +1,4 @@ +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 +sudo apt update +sudo apt install beefbuild \ No newline at end of file