Add 'certbot-setup.sh'
This commit is contained in:
parent
7576126cdf
commit
befeedcacb
9
certbot-setup.sh
Normal file
9
certbot-setup.sh
Normal 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
|
Loading…
Reference in New Issue
Block a user