Merge 32a77f6e7a7a1c5c2c168ee00dbc7c85f9c1bc40 into 52f0c20c8cecaf74f136377783956b4aae21b58c

This commit is contained in:
XMRZombie 2025-04-14 03:02:08 +00:00 committed by GitHub
commit 504c047c10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View 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