mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-24 15:35:34 -04:00
Bisq
This commit is contained in:
commit
8a38081c04
2800 changed files with 344130 additions and 0 deletions
11
seednode/uninstall_seednode_debian.sh
Executable file
11
seednode/uninstall_seednode_debian.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
echo "[*] Uninstalling Bitcoin and Bisq, will delete all data!!"
|
||||
sleep 10
|
||||
sudo rm -rf /root/bisq
|
||||
sudo systemctl stop bitcoin
|
||||
sudo systemctl stop bisq
|
||||
sudo systemctl disable bitcoin
|
||||
sudo systemctl disable bisq
|
||||
sudo userdel -f -r bisq
|
||||
sudo userdel -f -r bitcoin
|
||||
echo "[*] Done!"
|
Loading…
Add table
Add a link
Reference in a new issue