FIXUP: delegate key import to .repo configuration

Following the example of docker's install instructions [1].

[1]: https://docs.docker.com/engine/install/fedora/#install-docker-engine
This commit is contained in:
deeplow 2023-04-12 11:32:44 +01:00
parent 36b36f2a82
commit 3172d44313
No known key found for this signature in database
GPG key ID: 577982871529A52A

View file

@ -53,21 +53,10 @@ sudo apt install -y dangerzone
### Fedora
### 1. Add our repository
Open a terminal window and type the following commands:
```
gpg --keyserver hkps://keys.openpgp.org --recv-key "DE28 AB24 1FA4 8260 FAC9 B8BA A7C9 B385 2260 4281"
gpg --export --armor A7C9B38522604281 | sudo tee /etc/pki/rpm-gpg/RPM-GPG-dangerzone.pub > /dev/null
sudo yum-config-manager --add-repo=https://packages.freedom.press/yum-tools-prod/dangerzone/dangerzone.repo
```
### 2. Install Dangerzone
Type the following commands in a terminal:
```
sudo dnf config-manager --add-repo=https://packages.freedom.press/yum-tools-prod/dangerzone/dangerzone.repo
sudo dnf install dangerzone
```