1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-23 16:26:29 +00:00

vagrant: fix archlinux box, fixes #5543

This commit is contained in:
Thomas Waldmann 2020-12-05 00:11:23 +01:00
parent 6c4bf43817
commit 1a729e4b7b

2
Vagrantfile vendored
View file

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