mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:09:10 +02:00
Create centos.sh
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Tested with: Centos 7 on AWS EC2 t2.micro (x64)
|
||||
|
||||
yum install -y \
|
||||
git \
|
||||
python \
|
||||
python-devel \
|
||||
python-virtualenv \
|
||||
python-devel \
|
||||
gcc \
|
||||
swig \
|
||||
dialog \
|
||||
augeas-libs \
|
||||
openssl-devel \
|
||||
libffi-devel \
|
||||
ca-certificates \
|
||||
python-setuptools \
|
||||
readline-devel
|
||||
Reference in New Issue
Block a user