Browse Source

Merge pull request #3964 from ThomasWaldmann/vagrant-arch-fix

vagrant: fix arch package installation
TW 7 years ago
parent
commit
02c48836fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

@@ -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