Create centos.sh

This commit is contained in:
PatrickHeppler 2015-06-18 14:55:12 +02:00
parent 41defbe5e7
commit 63d5273ed1

19
bootstrap/centos.sh Normal file
View 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