mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-20 04:44:30 -04:00
haste mistakes
This commit is contained in:
parent
65b61cf798
commit
25bf360808
1 changed files with 1 additions and 2 deletions
|
@ -23,11 +23,10 @@ printf "\n# Restart FW\nwhonix_firewall\n\n" >> /rw/config/rc.local
|
||||||
### Adjust Desktop Launcher:
|
### Adjust Desktop Launcher:
|
||||||
echo_blue "Adjustng desktop launcher ..."
|
echo_blue "Adjustng desktop launcher ..."
|
||||||
mkdir -p /home/$(ls /home)/\.local/share/applications
|
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
|
chown -R $(ls /home):$(ls /home) /home/$(ls /home)/.local/share/applications/haveno-Haveno.desktop
|
||||||
echo_blue "Haveno AppVM configuration complete."
|
echo_blue "Haveno AppVM configuration complete."
|
||||||
printf "%s \n" "Press [ENTER] to complete ..."
|
printf "%s \n" "Press [ENTER] to complete ..."
|
||||||
read ans
|
read ans
|
||||||
#exit
|
#exit
|
||||||
poweroff
|
poweroff
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue