Update install.sh

This commit is contained in:
Booklordofthedings 2024-09-14 01:46:19 +02:00
parent 7efae1ab64
commit 48ac0f4f61

View file

@ -1,3 +1,4 @@
#!/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
sudo apt update