mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:31:51 +02:00
Bootstrap Fedora 22 (fixes: #493)
This commit is contained in:
Executable
+18
@@ -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 \
|
||||||
Reference in New Issue
Block a user