mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-04 20:51:49 +02:00
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:
parent
36b36f2a82
commit
3172d44313
1 changed files with 2 additions and 13 deletions
15
INSTALL.md
15
INSTALL.md
|
@ -53,21 +53,10 @@ sudo apt install -y dangerzone
|
||||||
|
|
||||||
### Fedora
|
### Fedora
|
||||||
|
|
||||||
### 1. Add our repository
|
Type the following commands in a terminal:
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
sudo dnf config-manager --add-repo=https://packages.freedom.press/yum-tools-prod/dangerzone/dangerzone.repo
|
||||||
sudo dnf install dangerzone
|
sudo dnf install dangerzone
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue