Add 'certbot-setup.sh'

This commit is contained in:
2021-04-03 17:46:32 +07:00
parent 7576126cdf
commit befeedcacb

9
certbot-setup.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
sudo snap install core; sudo snap refresh core
sudo apt-get remove certbot
sudo snap install --classic certbot
sudo ln -s /snap/bin/certbot /usr/bin/certbot