mirror of
https://github.com/haveno-dex/haveno.git
synced 2026-01-09 03:21:09 -05:00
Merge 32a77f6e7a into 0a86972595
This commit is contained in:
commit
eeffb4eef3
1 changed files with 7 additions and 0 deletions
7
scripts/deployment/haveno_paths.sh
Normal file
7
scripts/deployment/haveno_paths.sh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
HAVENO_BIN=$(find /opt/haveno/bin/ -type f -executable -name "Haveno" 2>/dev/null)
|
||||
HAVENO_WALLET=$(find ~/.local/share/Haveno -type d -name "wallet" 2>/dev/null)
|
||||
echo "creating symlink to" $HAVENO_BIN "in" /bin
|
||||
echo "creating symlink to" $HAVENO_WALLET "in" ~/Monero/wallets/Haveno_wallets/
|
||||
ln -s $HAVENO_BIN /bin/Haveno
|
||||
ln -s $HAVENO_WALLET ~/Monero/wallets/Haveno_wallets
|
||||
Loading…
Add table
Add a link
Reference in a new issue