mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-20 13:24:19 +01:00
14 lines
261 B
Bash
14 lines
261 B
Bash
|
|
|
|
sudo systemctl stop nginx
|
|
sudo systemctl disable nginx
|
|
sudo apt remove -y nginx
|
|
|
|
sudo sytemctl stop certbot
|
|
sudo sytemctl disable certbot
|
|
sudo rm /etc/systemd/system/certbot.service
|
|
sudo rm certbot*
|
|
|
|
sudo systemctl stop electrs
|
|
sudo systemctl disable electrs
|