The """official""" debian packaging repository for froth.zone
Find a file
Sam Therapy 4964d6635d
Initial commit
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2024-08-23 21:28:09 +02:00
fail2ban-endlessh@faae1d6d7a Initial commit 2024-08-23 21:28:09 +02:00
helpers Initial commit 2024-08-23 21:28:09 +02:00
krathalan-endlessh@4858c6031f Initial commit 2024-08-23 21:28:09 +02:00
nfpms Initial commit 2024-08-23 21:28:09 +02:00
.gitignore Initial commit 2024-08-23 21:28:09 +02:00
.gitmodules Initial commit 2024-08-23 21:28:09 +02:00
README.md Initial commit 2024-08-23 21:28:09 +02:00

TODO

Adding

# Add PGP key
sudo curl https://git.froth.zone/api/packages/packaging/debian/repository.key -o /usr/share/keyrings/git-froth-zone-packaging.asc
# Add repo
echo "deb [signed-by=/usr/share/keyrings/git-froth-zone-packaging.asc]  https://git.froth.zone/api/packages/packaging/debian sid main" | sudo tee /etc/apt/sources.list.d/git-froth-zone-packaging.list
# Update and install
sudo apt update