Pogmommy's apt repo
../
dists/
pool/
add-repo.sh
public.gpg
This repo contains packages indended for use on debian sid.
To add this repo quickly & dangerously, run the following command, entering your sudo password when prompted:
$ curl https://apt.pogmom.me/add-repo.sh | bash
The above script:
- Ensures that curl & gpg are up-to-date
- $ sudo apt install -y curl gpg
- Downloads and dearmors this repo's public key
- $ curl -fsSL 'https://apt.pogmom.me/public.gpg' | sudo gpg --dearmor -o /usr/share/keyrings/pogmom.gpg
- Creates an apt repo file containing this repo's information
- $ printf "Enabled: yes\nTypes: deb\nURIs: https://apt.pogmom.me/\nSuites: unstable\nComponents: main\nSigned-By: /usr/share/keyrings/pogmom.gpg\n"|sudo tee /etc/apt/sources.list.d/pogmom.sources
- Updates your apt repositories