mirror of
https://github.com/certbot/certbot.git
synced 2026-06-11 09:40:41 -04:00
Create centos.sh
This commit is contained in:
parent
41defbe5e7
commit
63d5273ed1
1 changed files with 19 additions and 0 deletions
19
bootstrap/centos.sh
Normal file
19
bootstrap/centos.sh
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue