From 341e29c0e3fef6e10f2b86387f05b412831898c9 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Tue, 23 Apr 2024 16:33:10 +0300 Subject: [PATCH] Make our collapsible blocks more noticable Make our collapsible blocks in our instructions more noticeable, by enclosing them in an HTML table (). --- INSTALL.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index cd55d82..c86748f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -23,6 +23,9 @@ Dangerzone is available for: ### Ubuntu, Debian +
+ + + +
:memo: Expand this section if you are on Ubuntu 20.04 (Focal).
@@ -50,6 +53,9 @@ Dangerzone is available for: sudo apt-get install python-all -y ```
+
Add our repository following these instructions: @@ -80,6 +86,9 @@ sudo apt update sudo apt install -y dangerzone ``` + + + + +
:memo: Expand this section for a security notice on third-party Debian repos
@@ -95,6 +104,9 @@ sudo apt install -y dangerzone run as `root` during the installation phase, so they need to place some trust on our signed Debian packages. This holds for any third-party Debian repo.
+
### Fedora @@ -108,8 +120,12 @@ sudo dnf install dangerzone ##### Verifying Dangerzone GPG key + + + + +
Importing GPG key 0x22604281: ... Is this ok [y/N]: +
After some minutes of running the above command (depending on your internet speed) you'll be asked to confirm the fingerprint of our signing key. This is to make sure that in the case our servers are compromised your computer stays safe. It should look like this: @@ -130,8 +146,10 @@ The `Fingerprint` should be `DE28 AB24 1FA4 8260 FAC9 B8BA A7C9 B385 2260 4281`. After confirming that it matches, type `y` (for yes) and the installation should proceed. -
+
### Qubes OS