From 207433a23d22b3edd58555c323f3330de6f1542f Mon Sep 17 00:00:00 2001 From: Max Karpawich Date: Sat, 3 Apr 2021 14:46:29 -0400 Subject: [PATCH] feat: replace certbot apt package with snap --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index ad3a22db1..3823427aa 100644 --- a/README.md +++ b/README.md @@ -116,10 +116,7 @@ export EDITOR=nano # Option 2 sudo apt update sudo apt install -y ntp nginx software-properties-common sudo systemctl enable ntp -sudo add-apt-repository universe -sudo add-apt-repository ppa:certbot/certbot -sudo apt update -sudo apt install -y certbot python3-certbot-nginx +sudo snap install certbot --classic # Nginx server and SSL. Source: https://certbot.eff.org/lets-encrypt/ubuntubionic-nginx sudo curl -o /etc/nginx/sites-available/aggie.conf https://raw.githubusercontent.com/TID-Lab/aggie/develop/docs/content/aggie-nginx