Update letsencrypt-auto for Arch's new package name

This commit is contained in:
Felix Yan 2016-06-02 23:04:14 -05:00
parent b9ce09419f
commit 6b7a76442e

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."