7 lines
670 B
Bash
Executable file
7 lines
670 B
Bash
Executable file
# ForgeJo Debian Repository
|
|
distribution=noble
|
|
component=main
|
|
sudo curl https://git.raines.xyz/api/packages/robojerk/debian/repository.key -o /etc/apt/keyrings/forgejo-robojerk.asc
|
|
echo "deb [signed-by=/etc/apt/keyrings/forgejo-robojerk.asc] https://git.raines.xyz/api/packages/robojerk/debian $distribution $component" | sudo tee -a /etc/apt/sources.list.d/forgejo.list
|
|
# Available packages
|
|
# bootc=1.5.1-1~noble1 bootc-dev=1.5.1-1~noble1 libostree-doc=2025.2-1~noble1 ostree-boot=2025.2-1~noble1 ostree-tests=2025.2-1~noble1 ostree=2025.2-1~noble1 libostree-1-1=2025.2-1~noble1 libostree-dev=2025.2-1~noble1 gir1.2-ostree-1.0=2025.2-1~noble1 steam-launcher=1:1.0.0.83
|