vagrant: fix arch package installation

This commit is contained in:
Thomas Waldmann 2018-07-07 00:55:28 +02:00
parent 89d87ff433
commit 0ed15081ad
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -30,7 +30,7 @@ def packages_arch
locale-gen
localectl set-locale LANG=en_US.UTF-8
chown vagrant.vagrant /vagrant
pacman --sync --noconfirm python-virtualenv python-pip
pacman --sync --noconfirm --refresh python-virtualenv python-pip
EOF
end