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:
parent
6c4bf43817
commit
1a729e4b7b
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue