1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00

Highly experimental Amazon Linux bootstrapping

This commit is contained in:
Peter Eckersley
2015-11-11 11:24:41 -08:00
parent df8cd3e751
commit 28ef1eae8d
2 changed files with 4 additions and 0 deletions

View File

@@ -16,10 +16,12 @@ else
fi
# "git-core" seems to be an alias for "git" in CentOS 7 (yum search fails)
# Amazon Linux 2015.03 needs python27-virtualenv rather than python-virtualenv
$tool install -y \
git-core \
python \
python-devel \
python27-virtualenv \
python-virtualenv \
gcc \
dialog \

View File

@@ -121,6 +121,8 @@ then
ExperimentalBootstrap "FreeBSD" freebsd.sh "$SUDO"
elif uname | grep -iq Darwin ; then
ExperimentalBootstrap "Mac OS X" mac.sh
elif grep -iq "Amazon Linux" /etc/issue ; then
ExperimentalBootstrap "Amazon Linux" amazon_linux.sh
else
echo "Sorry, I don't know how to bootstrap Let's Encrypt on your operating system!"
echo