Explorar el Código

vagrant: fix archlinux box, fixes #5543

Thomas Waldmann hace 4 años
padre
commit
1a729e4b7b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

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