From e54f9b2eaac4faa9de214fc847c9702797484664 Mon Sep 17 00:00:00 2001 From: PromptPunksFauxCough Date: Mon, 24 Feb 2025 19:57:20 +0000 Subject: [PATCH] Update README.md --- scripts/install_qubes/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/install_qubes/README.md b/scripts/install_qubes/README.md index f6ef340aca..9d6b2a0243 100644 --- a/scripts/install_qubes/README.md +++ b/scripts/install_qubes/README.md @@ -24,8 +24,8 @@

Adjust the Steps to Provide Both

IE: - Create sys-haveno-dynamic NetVM & sys-haveno-static NetVM - Create haveno-dynamic AppVM & haveno-static AppVM + Create sys-haveno-taker NetVM & sys-haveno-maker NetVM + Create haveno-taker AppVM & haveno-maker AppVM Adjust NetVM for the for the respective Haveno AppVM as necessary. --- @@ -212,7 +212,7 @@ $ sudo bash QubesIncoming/dispXXXX/1.0-haveno-templatevm.sh "https://github.com/ ###### Verify Hash, Unpack & Install Package ```shell -# if [[ $(cat /tmp/hashes.txt) =~ $(sha512sum /tmp/haveno*.zip | awk '{ print $1 }') ]] ; then printf $'SHA Hash IS valid!\n' && mkdir -p /usr/share/desktop-directories && cd /tmp && unzip /tmp/haveno*.zip && apt install -y /tmp/haveno*.deb && chown -R $(ls /home):$(ls /home) /opt/haveno; else printf $'WARNING: Bad Hash!\n' && exit; fi +# if [[ $(cat /tmp/hashes.txt) =~ $(sha512sum /tmp/haveno*.zip | awk '{ print $1 }') ]] ; then printf $'SHA Hash IS valid!\n' && mkdir -p /usr/share/desktop-directories && cd /tmp && unzip /tmp/haveno*.zip && apt install -y /tmp/haveno*.deb; else printf $'WARNING: Bad Hash!\n' && exit; fi ``` ###### Verify Jar @@ -360,7 +360,7 @@ $ qvm-copy haveno/scripts/install_qubes/scripts/3-AppVM/3.0-haveno-appvm_taker.s ```shell # mkdir -p /home/$(ls /home)/\.local/share/applications # sed 's|/opt/haveno/bin/Haveno|/opt/haveno/bin/Haveno --torControlPort=9051 --socks5ProxyXmrAddress=127.0.0.1:9050 --useTorForXmr=on|g' /opt/haveno/lib/haveno-Haveno.desktop > /home/$(ls /home)/.local/share/applications/haveno-Haveno.desktop -# chown -R $(ls /home):$(ls /home) /home/$(ls /home)/.local/share/applications/haveno-Haveno.desktop +# chown -R $(ls /home):$(ls /home) /home/$(ls /home)/.local/share/applications ``` ###### View & Verify Change