certbot/bootstrap/archlinux.sh

16 lines
299 B
Bash
Raw Normal View History

2015-10-05 09:08:43 -04:00
#!/bin/sh
2015-10-05 17:40:55 -04:00
# "python-virtualenv" is Python3, but "python2-virtualenv" provides
# only "virtualenv2" binary, not "virtualenv" necessary in
# ./bootstrap/dev/_common_venv.sh
2015-10-05 17:39:34 -04:00
pacman -S \
git \
python2 \
2015-10-05 17:40:55 -04:00
python-virtualenv \
2015-10-05 17:39:34 -04:00
gcc \
dialog \
augeas \
openssl \
libffi \
ca-certificates \