From 971b34f34207693a114febc44b25da995418645e Mon Sep 17 00:00:00 2001 From: Dev & Sec Date: Fri, 30 Oct 2015 23:16:43 +0000 Subject: [PATCH] add documentation tell users to enable EPEL --- bootstrap/_rpm_common.sh | 1 - docs/using.rst | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bootstrap/_rpm_common.sh b/bootstrap/_rpm_common.sh index 3fd0f59f9..26b91b8c4 100755 --- a/bootstrap/_rpm_common.sh +++ b/bootstrap/_rpm_common.sh @@ -21,7 +21,6 @@ $tool install -y \ python \ python-devel \ python-virtualenv \ - python-devel \ gcc \ dialog \ augeas-libs \ diff --git a/docs/using.rst b/docs/using.rst index 73c3fe140..6d8182744 100644 --- a/docs/using.rst +++ b/docs/using.rst @@ -42,6 +42,11 @@ To install and run the client you just need to type: ./letsencrypt-auto +.. note:: On RedHat/CentOS 6 you will need to enable the EPEL_ + repository before install. + +.. _EPEL: http://fedoraproject.org/wiki/EPEL + Throughout the documentation, whenever you see references to ``letsencrypt`` script/binary, you can substitute in ``letsencrypt-auto``. For example, to get the help you would type: