Skip to content

Commit

Permalink
Merge pull request certbot#1465 from letsencrypt/amazonlinux
Browse files Browse the repository at this point in the history
Highly experimental Amazon Linux bootstrapping
  • Loading branch information
pde committed Nov 15, 2015
2 parents 2447e61 + fa97091 commit d27dd3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bootstrap/_rpm_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 2 additions & 0 deletions letsencrypt-auto
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,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
Expand Down

0 comments on commit d27dd3c

Please sign in to comment.