diff --git a/essl.sh b/essl.sh index 6fd723d..1facabc 100644 --- a/essl.sh +++ b/essl.sh @@ -73,7 +73,7 @@ else sudo apt remove certbot || { echo "Error removing old certbot"; exit 1; } - sudo snap install --classic certbot || { echo "Error installing certbot via snap"; exit 1; } + sudo snap install certbot --classic || { echo "Error installing certbot via snap"; exit 1; } sudo certbot certonly --standalone -d "$domain" || { echo "Error getting SSL certificate"; exit 1; }