Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cyr committed Oct 27, 2024
1 parent 6614895 commit 49461ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Multiple options can be added inside the same bracket.
deb [arch=amd64 arch=arm64 di_arch=amd64] http://ftp.se.debian.org/debian bookworm main contrib non-free non-free-firmware
```

If you want to require PGP signature verification, either use the `--pgp-key-path` option and set pgp_verify=true on the repository On failed verification the mirroring process will abort.
If you want to require PGP signature verification, either use the `--pgp-key-path` option and set pgp_verify=true on the repository

```
deb [arch=amd64 pgp_verify=true] http://ftp.se.debian.org/debian bookworm main contrib non-free non-free-firmware
Expand All @@ -56,6 +56,8 @@ Or add the pgp_pub_key option pointing at the correct PGP public key.
deb [arch=amd64 pgp_pub_key=/etc/apt/trusted.gpg.d/debian-archive-bookworm-stable.asc] http://ftp.se.debian.org/debian bookworm main contrib non-free non-free-firmware
```

On failed verification the mirroring process will abort.

## Usage

```
Expand Down

0 comments on commit 49461ce

Please sign in to comment.