certbot/bootstrap/_arch_common.sh
2015-10-27 10:40:00 -07:00

20 lines
393 B
Bash
Executable file

#!/bin/sh
# Tested with:
# - Manjaro 15.09 (x86_64)
# - ArchLinux (x86_64)
# "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 \
pkg-config \