mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-23 14:44:19 +01:00
electrs: simplify SSL setup and update uninstall
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
|
||||
|
||||
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
|
||||
|
||||
#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*
|
||||
|
||||
#https://doc.rust-lang.org/1.0.0/book/installing-rust.html
|
||||
#sudo /usr/local/lib/rustlib/uninstall.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user