mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Merge pull request #1465 from letsencrypt/amazonlinux
Highly experimental Amazon Linux bootstrapping
This commit is contained in:
@@ -16,10 +16,12 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# "git-core" seems to be an alias for "git" in CentOS 7 (yum search fails)
|
# "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 \
|
$tool install -y \
|
||||||
git-core \
|
git-core \
|
||||||
python \
|
python \
|
||||||
python-devel \
|
python-devel \
|
||||||
|
python27-virtualenv \
|
||||||
python-virtualenv \
|
python-virtualenv \
|
||||||
gcc \
|
gcc \
|
||||||
dialog \
|
dialog \
|
||||||
|
|||||||
@@ -134,6 +134,8 @@ then
|
|||||||
ExperimentalBootstrap "FreeBSD" freebsd.sh "$SUDO"
|
ExperimentalBootstrap "FreeBSD" freebsd.sh "$SUDO"
|
||||||
elif uname | grep -iq Darwin ; then
|
elif uname | grep -iq Darwin ; then
|
||||||
ExperimentalBootstrap "Mac OS X" mac.sh
|
ExperimentalBootstrap "Mac OS X" mac.sh
|
||||||
|
elif grep -iq "Amazon Linux" /etc/issue ; then
|
||||||
|
ExperimentalBootstrap "Amazon Linux" amazon_linux.sh
|
||||||
else
|
else
|
||||||
echo "Sorry, I don't know how to bootstrap Let's Encrypt on your operating system!"
|
echo "Sorry, I don't know how to bootstrap Let's Encrypt on your operating system!"
|
||||||
echo
|
echo
|
||||||
|
|||||||
Reference in New Issue
Block a user