This project has reached a milestone. Archived it and see you again!
Debian-like testing repo for "Project Clam-Test Package Build" (a.k.a. Project CTPB). All packages are generated by open source solutions. Fill free to check it out! And use it with your own risk. (Just as what you use anyone's PPA in uBuNTu)
https://github.com/sean0921/seanrepo
- Debian Bullseye (11)
- Import apt key
curl -fsSL https://www.clam.ml/gpg-pubkey/sean.gpg | sudo gpg --dearmor -o /usr/share/keyrings/sean-test-keyring.gpg
- Add custom repo info in
/etc/apt/sources.list.d/seanrepo.list
:
deb [signed-by=/usr/share/keyrings/sean-test-keyring.gpg] https://raw.githubusercontent.com/sean0921/seanrepo/master/bullseye ./
- Check if repo works:
sudo apt update