mirror of
https://git.sr.ht/~nabijaczleweli/tzpfms
synced 2025-04-13 09:37:13 +03:00
Recommend new Debian repo signing
This commit is contained in:
parent
005ee41545
commit
af6835d586
@ -52,14 +52,15 @@ To integrate with [zfs-mount-generator(8)](//manpages.debian.org/bookworm/zfsuti
|
||||
|
||||
The following line in `/etc/apt/sources.list` or equivalent:
|
||||
```apt
|
||||
deb https://debian.nabijaczleweli.xyz sid main
|
||||
deb [signed-by=/etc/apt/keyrings/nabijaczleweli.asc] https://debian.nabijaczleweli.xyz sid main
|
||||
```
|
||||
|
||||
With [my PGP key](//nabijaczleweli.xyz/pgp.txt) (the two URLs are interchangeable):
|
||||
```sh
|
||||
sudo wget -O/etc/apt/trusted.gpg.d/nabijaczleweli.asc https://debian.nabijaczleweli.xyz/nabijaczleweli.gpg.key
|
||||
sudo wget -O/etc/apt/trusted.gpg.d/nabijaczleweli.asc https://nabijaczleweli.xyz/pgp.txt
|
||||
sudo wget -O/etc/apt/keyrings/nabijaczleweli.asc https://debian.nabijaczleweli.xyz/nabijaczleweli.gpg.key
|
||||
sudo wget -O/etc/apt/keyrings/nabijaczleweli.asc https://nabijaczleweli.xyz/pgp.txt
|
||||
```
|
||||
(you may need to create /etc/apt/keyrings on apt <2.4.0 (<=bullseye) manually).
|
||||
|
||||
Then the usual
|
||||
```sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user