Hello here is my package repository. The current packages are:
first import my GPG key:
curl 'https://s.pommicket.com/pubkey.gpg' | gpg --dearmor | sudo tee /usr/share/keyrings/pommicket.gpg | sha256sum
You should get the hash 937eddfb5fce94e5d118853c20ac891ab9f753e682962c24c31e135df7c27328
.
Now add the repository to apt:
echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/pommicket.gpg] https://s.pommicket.com/deb stable main' | sudo tee /etc/apt/sources.list.d/pommicket.list
(this works even if you aren’t on debian stable, but some packages may be uninstallable)
Now just run sudo apt update
.