aboutsummaryrefslogtreecommitdiffstats
path: root/build-root/vagrant
diff options
context:
space:
mode:
Diffstat (limited to 'build-root/vagrant')
-rwxr-xr-xbuild-root/vagrant/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-root/vagrant/build.sh b/build-root/vagrant/build.sh
index 45a7eb4d..aaaa62f6 100755
--- a/build-root/vagrant/build.sh
+++ b/build-root/vagrant/build.sh
@@ -34,7 +34,7 @@ echo DISTRIB_DESCRIPTION: $DISTRIB_DESCRIPTION
# Install dependencies
cd $VPP_DIR
-make install-dep
+make UNATTENDED=yes install-dep
# Really really clean things up so we can be sure
# that the build works even when switching distros