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