From 7ed64c03fc4ce48d64bf7048b853fe581dde1003 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Mon, 6 Apr 2020 21:57:46 +0530 Subject: [PATCH] vagrant: Skip upgrading freedombox dependencies Signed-off-by: Joseph Nuthalapati Reviewed-by: James Valleroy --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index b795601f7..c4d60e8aa 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -32,7 +32,7 @@ Vagrant.configure(2) do |config| apt-get update # In case new dependencies conflict with old dependencies apt-mark hold freedombox - DEBIAN_FRONTEND=noninteractive apt-get install -y $(plinth --list-dependencies) + DEBIAN_FRONTEND=noninteractive apt-get install --no-upgrade -y $(plinth --list-dependencies) apt-mark unhold freedombox # Install ncurses-term DEBIAN_FRONTEND=noninteractive apt-get install -y ncurses-term