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