1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00

Bootstrap Fedora 22 (fixes: #493)

This commit is contained in:
Jakub Warmuz
2015-06-11 19:24:07 +00:00
parent ad5c3ff1b2
commit c4b495aa37

18
bootstrap/fedora.sh Executable file
View File

@@ -0,0 +1,18 @@
#!/bin/sh
# Tested with:
# - Fedora 22 (x64)
yum install -y \
git-core \
python \
python-devel \
python-virtualenv \
python-devel \
gcc \
swig \
dialog \
augeas \
openssl-devel \
libffi-devel \
ca-certificates \