Merge pull request #3121 from certbot/auto-arch

Update letsencrypt-auto in response to Arch package rename
This commit is contained in:
Peter Eckersley 2016-06-08 12:16:06 -07:00
commit 029aac92fa
2 changed files with 2 additions and 2 deletions

View file

@ -476,7 +476,7 @@ Bootstrap() {
BootstrapArchCommon
else
echo "Please use pacman to install letsencrypt packages:"
echo "# pacman -S letsencrypt letsencrypt-apache"
echo "# pacman -S certbot certbot-apache"
echo
echo "If you would like to use the virtualenv way, please run the script again with the"
echo "--debug flag."

View file

@ -173,7 +173,7 @@ Bootstrap() {
BootstrapArchCommon
else
echo "Please use pacman to install letsencrypt packages:"
echo "# pacman -S letsencrypt letsencrypt-apache"
echo "# pacman -S certbot certbot-apache"
echo
echo "If you would like to use the virtualenv way, please run the script again with the"
echo "--debug flag."