Skip to content
Snippets Groups Projects
Commit 62a13bc6 authored by hmangeart's avatar hmangeart
Browse files

remove add-apt-repository prompt

parent e4f054d9
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ LE_DIR="/etc/letsencrypt/live/" ...@@ -23,7 +23,7 @@ LE_DIR="/etc/letsencrypt/live/"
# GET LETSENCRYPT # GET LETSENCRYPT
sudo apt-get update sudo apt-get update
sudo apt-get install software-properties-common sudo apt-get install software-properties-common
sudo add-apt-repository ppa:certbot/certbot sudo add-apt-repository ppa:certbot/certbot -y
sudo apt-get update sudo apt-get update
sudo apt-get install python-certbot-nginx sudo apt-get install python-certbot-nginx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment