mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-07 14:42:51 -04:00
haste = bad
This commit is contained in:
parent
9f1e1061b7
commit
ce0e4b2090
1 changed files with 3 additions and 3 deletions
|
@ -40,10 +40,10 @@ read ans
|
||||||
### 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 --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
|
chown -R $(ls /home):$(ls /home) /home/$(ls /home)/.local/share/applications
|
||||||
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