From ce0e4b20905daee82e35a02cfd2df1bb93a31bee Mon Sep 17 00:00:00 2001 From: PromptPunksFauxCough Date: Sun, 23 Feb 2025 12:44:44 +0000 Subject: [PATCH] haste = bad --- scripts/install_qubes/scripts/3.1-haveno-appvm_maker.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install_qubes/scripts/3.1-haveno-appvm_maker.sh b/scripts/install_qubes/scripts/3.1-haveno-appvm_maker.sh index 35f9d3b3bc..c05b3ab224 100644 --- a/scripts/install_qubes/scripts/3.1-haveno-appvm_maker.sh +++ b/scripts/install_qubes/scripts/3.1-haveno-appvm_maker.sh @@ -40,10 +40,10 @@ read ans ### 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 --socks5ProxyXmrAddress=127.0.0.1:9050 --useTorForXmr=on --nodePort=9999 --hiddenServiceAddress=$ONION|g' /opt/haveno/lib/haveno-Haveno.desktop > /home/$(ls /home)/.local/share/applications/haveno-Haveno.desktop +sed "s|/opt/haveno/bin/Haveno|/opt/haveno/bin/Haveno --socks5ProxyXmrAddress=127.0.0.1:9050 --useTorForXmr=on --nodePort=9999 --hiddenServiceAddress=$ONION|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 echo_blue "Haveno AppVM configuration complete." printf "%s \n" "Press [ENTER] to complete ..." read ans -#exit -poweroff +exit +#poweroff