FIXUP: store the gpg file locally before moving it with sudo

This commit is contained in:
Alexis Métaireau 2025-04-23 14:50:16 +02:00
parent 72ba556f26
commit 724f4d3598
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E

View file

@ -122,9 +122,8 @@ mkdir -p /etc/apt/keyrings/
sq network keyserver \
--server hkps://keys.openpgp.org \
search "DE28 AB24 1FA4 8260 FAC9 B8BA A7C9 B385 2260 4281" \
--output - \
| sq packet dearmor \
> /etc/apt/keyrings/fpf-apt-tools-archive-keyring.gpg
--output - | sq packet dearmor fpfdz.gpg
sudo mv fpfdz.gpg /etc/apt/keyrings/fpf-apt-tools-archive-keyring.gpg
```
On other Debian-derivatives: