mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
8 lines
177 B
Bash
Executable file
8 lines
177 B
Bash
Executable file
#!/bin/bash
|
|
#
|
|
###############
|
|
# Remove bor installs
|
|
##############
|
|
sudo rm -rf /var/lib/bor/config.toml
|
|
sudo rm -rf /lib/systemd/system/bor.service
|
|
sudo systemctl daemon-reload
|