tools: Makefile: do not prompt for confirmation when running make install_buildenv
This commit is contained in:
2
Makefile
2
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
|
||||
|
||||
##############################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user