mirror of
https://github.com/certbot/certbot.git
synced 2026-02-18 01:58:29 -05:00
15 lines
308 B
Bash
Executable file
15 lines
308 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# "python-virtualenv" is Python3, but "python2-virtualenv" provides
|
|
# only "virtualenv2" binary, not "virtualenv" necessary in
|
|
# ./bootstrap/dev/_common_venv.sh
|
|
pacman -S --needed \
|
|
git \
|
|
python2 \
|
|
python-virtualenv \
|
|
gcc \
|
|
dialog \
|
|
augeas \
|
|
openssl \
|
|
libffi \
|
|
ca-certificates \
|