vagrant: Skip upgrading freedombox dependencies

Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Joseph Nuthalapati 2020-04-06 21:57:46 +05:30 committed by James Valleroy
parent e14ba856ae
commit 7ed64c03fc
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

2
Vagrantfile vendored
View File

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