From 25bf36080883e8e4f3aeaa8ae52b9ce3b72a3d08 Mon Sep 17 00:00:00 2001 From: PromptPunksFauxCough Date: Sun, 23 Feb 2025 21:15:40 +0000 Subject: [PATCH] haste mistakes --- scripts/install_qubes/scripts/3.0-haveno-appvm_taker.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install_qubes/scripts/3.0-haveno-appvm_taker.sh b/scripts/install_qubes/scripts/3.0-haveno-appvm_taker.sh index 2ef14ec390..412a9dcbec 100644 --- a/scripts/install_qubes/scripts/3.0-haveno-appvm_taker.sh +++ b/scripts/install_qubes/scripts/3.0-haveno-appvm_taker.sh @@ -23,11 +23,10 @@ printf "\n# Restart FW\nwhonix_firewall\n\n" >> /rw/config/rc.local ### Adjust Desktop Launcher: echo_blue "Adjustng desktop launcher ..." 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' > /home/$(ls /home)/.local/share/applications/haveno-Haveno.desktop +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 echo_blue "Haveno AppVM configuration complete." printf "%s \n" "Press [ENTER] to complete ..." read ans #exit poweroff -