From 3172d44313dc77ef76d69f8261b2908a95d474a3 Mon Sep 17 00:00:00 2001 From: deeplow Date: Wed, 12 Apr 2023 11:32:44 +0100 Subject: [PATCH] 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 --- INSTALL.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index ac54f64..f4715c1 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 ```