Merge pull request #1041 from Faerbit/master

Added needed flag to pacman invocation to only install packages that …
This commit is contained in:
bmw 2015-10-20 09:36:03 -07:00
commit 4879ff1a8b

View file

@ -3,7 +3,7 @@
# "python-virtualenv" is Python3, but "python2-virtualenv" provides
# only "virtualenv2" binary, not "virtualenv" necessary in
# ./bootstrap/dev/_common_venv.sh
pacman -S \
pacman -S --needed \
git \
python2 \
python-virtualenv \