1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-13 09:56:30 +00:00

vagrant: fix arch package installation

This commit is contained in:
Thomas Waldmann 2018-07-07 00:55:28 +02:00
parent 89d87ff433
commit 0ed15081ad

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