M#erge branch 'master' of https://git.cubetiqs.com/CUBETIQ/sh.osa.cubetiqs.com
This commit is contained in:
commit
f07eb9fa12
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