From 1a729e4b7be051c5512a6bcc7955a16eecb21e26 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 5 Dec 2020 00:11:23 +0100 Subject: [PATCH] vagrant: fix archlinux box, fixes #5543 --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index ebf5cc1a7..d0e5fea79 100644 --- a/Vagrantfile +++ b/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