mirror of
https://github.com/certbot/certbot.git
synced 2026-03-01 04:40:23 -05:00
14 lines
222 B
Bash
Executable file
14 lines
222 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# SLE12 don't have python-virtualenv
|
|
|
|
zypper -nq in -l git-core \
|
|
python \
|
|
python-devel \
|
|
python-virtualenv \
|
|
gcc \
|
|
dialog \
|
|
augeas-lenses \
|
|
libopenssl-devel \
|
|
libffi-devel \
|
|
ca-certificates \
|