mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Added needed flag to pacman invocation to only install packages that are not already installed.
This commit is contained in:
parent
cb2ac71d1e
commit
82e3620b5a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue