mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
FIXUP: store the gpg file locally before moving it with sudo
This commit is contained in:
parent
72ba556f26
commit
724f4d3598
1 changed files with 2 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue