aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ee40bfeb..9b387552 100644
--- a/Makefile
+++ b/Makefile
@@ -103,7 +103,7 @@ bootstrap: $(BR)/.bootstrap.ok
install-dep:
ifeq ("$(shell lsb_release -si)", "Ubuntu")
- @sudo apt-get install $(DEB_DEPENDS)
+ @sudo apt-get -y install $(DEB_DEPENDS)
else
$(error "This option currently works only on Ubuntu systems")
endif