From a0a75feac44a517c2f13a216fb2a7a2a3642706b Mon Sep 17 00:00:00 2001 From: nodiscc Date: Wed, 13 Oct 2021 19:09:41 +0200 Subject: [PATCH] tools: Makefile: do not prompt for confirmation when running make install_buildenv --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b5342a2..95a2339 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ download_extra: install_buildenv: # Install packages required to build the image - sudo apt install live-build make build-essential wget git unzip colordiff apt-transport-https rename ovmf rsync python3-venv gnupg + sudo apt -y install live-build make build-essential wget git unzip colordiff apt-transport-https rename ovmf rsync python3-venv gnupg ##############################