haste mistakes

This commit is contained in:
PromptPunksFauxCough 2025-02-23 21:15:40 +00:00 committed by GitHub
parent 65b61cf798
commit 25bf360808
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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