Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (21 loc) · 886 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 886 Bytes

This project has reached a milestone. Archived it and see you again!

Sean Repo

What's This?

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)

Index of this repo

https://github.com/sean0921/seanrepo

Supported Distro

  • Debian Bullseye (11)

Import GPG public key for repo

  • 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