rename all packages and other names from bisq to haveno

This commit is contained in:
woodser 2023-03-06 19:14:00 -05:00
parent ab0b9e3b77
commit 1a1fb130c0
1775 changed files with 14575 additions and 16767 deletions

View file

@ -1,11 +1,11 @@
#!/bin/sh
echo "[*] Uninstalling Bitcoin and Bisq, will delete all data!!"
echo "[*] Uninstalling Bitcoin and Haveno, will delete all data!!"
sleep 10
sudo rm -rf /root/bisq
sudo rm -rf /root/haveno
sudo systemctl stop bitcoin
sudo systemctl stop bisq
sudo systemctl stop haveno
sudo systemctl disable bitcoin
sudo systemctl disable bisq
sudo userdel -f -r bisq
sudo systemctl disable haveno
sudo userdel -f -r haveno
sudo userdel -f -r bitcoin
echo "[*] Done!"