mirror of
https://github.com/certbot/certbot.git
synced 2026-01-21 19:01:07 +03:00
15 lines
222 B
Bash
Executable File
15 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 \
|