From 3e37bbc5e984268a6a8bfe73f648329ac85627e4 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Thu, 27 Jun 2024 21:50:35 +0300 Subject: [PATCH] Add the Dangerzone repo in our Qubes build instructions Ask the user to add the Dangerzone repo, when following the build instructions for Qubes. The reason is that on Fedora 39 and 40, there's no other way to install PySide6 than use our repo. --- BUILD.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/BUILD.md b/BUILD.md index 48f16be..b39a73b 100644 --- a/BUILD.md +++ b/BUILD.md @@ -277,9 +277,18 @@ test it. 1. Install the `.rpm` package you just copied ```sh + sudo dnf install 'dnf-command(config-manager)' + sudo dnf config-manager --add-repo=https://packages.freedom.press/yum-tools-prod/dangerzone/dangerzone.repo sudo dnf install ~/QubesIncoming/dz/*.rpm ``` + In the above steps, we add the Dangerzone repo because it includes the + necessary PySide6 RPM in order to make Dangerzone work. + + > [!NOTE] + > During the installation, you will be asked to + > [verify the Dangerzone GPG key](INSTALL.md#verifying-dangerzone-gpg-key). + 2. Shutdown the `fedora-40-dz` template ### Developing Dangerzone