tools: Makefile: do not prompt for confirmation when running make install_buildenv

This commit is contained in:
nodiscc
2021-10-13 19:09:41 +02:00
parent 98563e6a4b
commit a0a75feac4

View File

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