Last active
September 27, 2017 16:41
-
-
Save xuyuji9000/3f8e57817b0731b537409d22660c7225 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo apt-get update | |
sudo apt-get install software-properties-common | |
sudo add-apt-repository ppa:certbot/certbot | |
sudo apt-get update | |
sudo apt-get install certbot -y |
Author
xuyuji9000
commented
Sep 27, 2017
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment