From 11ce06096f05b735d7aba26a6b9e2d7ff3206b8c Mon Sep 17 00:00:00 2001 From: PromptPunksFauxCough Date: Fri, 28 Feb 2025 20:38:19 +0000 Subject: [PATCH] formatting --- scripts/install_qubes/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/install_qubes/README.md b/scripts/install_qubes/README.md index e2c2163cd7..690a854167 100644 --- a/scripts/install_qubes/README.md +++ b/scripts/install_qubes/README.md @@ -160,6 +160,7 @@ $ sudo bash QubesIncoming/dispXXXX/1.0-haveno-templatevm.sh "https://github.com/ ##### In `haveno-template` TemplateVM: ###### Download & Import Project PGP Key

For Whonix On Qubes OS:

+ ```shell # export https_proxy=http://127.0.0.1:8082 # export KEY_SEARCH="" @@ -175,6 +176,7 @@ $ sudo bash QubesIncoming/dispXXXX/1.0-haveno-templatevm.sh "https://github.com/ ```

For Whonix On Anything Other Than Qubes OS:

+ ```shell # export KEY_SEARCH="" # curl -sL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x$KEY_SEARCH" | gpg --import @@ -190,6 +192,7 @@ $ sudo bash QubesIncoming/dispXXXX/1.0-haveno-templatevm.sh "https://github.com/ ###### Download Release Files

For Whonix On Qubes OS:

+ ```shell # export https_proxy=http://127.0.0.1:8082 # curl -sSLo /tmp/hashes.txt https://github.com/nacho/repo/releases/download/v1.0.18/1.0.18-hashes.txt @@ -202,6 +205,7 @@ $ sudo bash QubesIncoming/dispXXXX/1.0-haveno-templatevm.sh "https://github.com/

Above are dummy URLS which MUST be replaced with actual working URLs

For Whonix On Anything Other Than Qubes OS:

+ ```shell # curl -sSLo /tmp/hashes.txt https://github.com/nacho/repo/releases/download/v1.0.18/1.0.18-hashes.txt # curl -sSLo /tmp/hashes.txt.sig https://github.com/nacho/repo/releases/download/v1.0.18/1.0.18-hashes.txt.sig