mirror of
https://github.com/certbot/certbot.git
synced 2026-04-29 02:02:00 -04:00
18 lines
240 B
Bash
Executable file
18 lines
240 B
Bash
Executable file
#!/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 \
|