diff options
Diffstat (limited to 'build-root/vagrant/build.sh')
-rwxr-xr-x | build-root/vagrant/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-root/vagrant/build.sh b/build-root/vagrant/build.sh index 45a7eb4d336..aaaa62f69f4 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 |