Skip to content

Commit

Permalink
README: Update apt.vulns.xyz domain and install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Oct 5, 2024
1 parent 2a2f3d2 commit f7fc551
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,12 @@ pacman -S acme-redirect

## Debian based

Currently supported: buster
Currently supported: bookworm

```bash
apt install debian-keyring
gpg -a --export --keyring /usr/share/keyrings/debian-maintainers.gpg [email protected] | apt-key add -
apt-key adv --keyserver keyserver.ubuntu.com --refresh-keys [email protected]
echo deb https://apt.vulns.sexy stable main >> /etc/apt/sources.list.d/apt-vulns-sexy.list
gpg --export --keyring /usr/share/keyrings/debian-maintainers.gpg [email protected] | tee /etc/apt/trusted.gpg.d/apt-vulns-xyz.gpg > /dev/null
echo deb https://apt.vulns.xyz stable main >> /etc/apt/sources.list.d/apt-vulns-xyz.list
apt update && apt install acme-redirect
```

Expand Down

0 comments on commit f7fc551

Please sign in to comment.