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:
18
bootstrap/fedora.sh
Executable file
18
bootstrap/fedora.sh
Executable 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 \
|
||||
Reference in New Issue
Block a user