diff --git a/scripts/install_qubes/README.md b/scripts/install_qubes/README.md index d59df6d3c9..e2c2163cd7 100644 --- a/scripts/install_qubes/README.md +++ b/scripts/install_qubes/README.md @@ -159,6 +159,7 @@ $ sudo bash QubesIncoming/dispXXXX/1.0-haveno-templatevm.sh "https://github.com/ #### *TemplateVM (CLI)* ##### 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="" @@ -173,7 +174,22 @@ $ sudo bash QubesIncoming/dispXXXX/1.0-haveno-templatevm.sh "https://github.com/ # curl -sL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x$KEY_SEARCH" | gpg --import ``` +

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 +``` + +

Example:

+ +```shell +# export KEY_SEARCH="ABAF11C65A2970B130ABE3C479BE3E4300411886" +# curl -sL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x$KEY_SEARCH" | gpg --import +``` + + ###### 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 @@ -185,6 +201,17 @@ $ sudo bash QubesIncoming/dispXXXX/1.0-haveno-templatevm.sh "https://github.com/

Note:

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 +# curl -sSLo /tmp/haveno.zip https://github.com/nacho/repo/releases/download/v1.0.18/haveno_amd64_deb-latest.zip +# curl -sSLo /tmp/haveno.zip.sig https://github.com/nacho/repo/releases/download/v1.0.18/haveno_amd64_deb-latest.zip.sig +``` + +

Note:

+

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

+ ###### Verify Release Files ```shell # if [[ $(gpg --digest-algo SHA256 --verify /tmp/hashes.txt.sig /tmp/hashes.txt 2>&1) =~ 'Good signature' ]]; then printf $'SHASUM file has a VALID signature!\n'; else printf $'SHASUMS failed signature check\n' && exit; fi @@ -353,4 +380,3 @@ $ qvm-shutdown --force --quiet haveno haveno-template sys-haveno && qvm-remove - ### **XMR**: ***85mRPDHW9SuGTDUoMJvt9W4u16Yp1j1SFDrcbfKH2vP1b59nZ62aKVqjfLoyxXrMZYMkNBGzAsuvCCDHPo4AHGx4K8Zmet6*** -