makefile: remove unused build dependencies (xmlstarlet, shellcheck)

This commit is contained in:
nodiscc
2020-05-08 17:46:22 +02:00
parent c2d28a6b93
commit 0bbd854beb

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 xmlstarlet unzip colordiff shellcheck apt-transport-https rename ovmf rsync python3-venv gnupg
sudo apt install live-build make build-essential wget git unzip colordiff apt-transport-https rename ovmf rsync python3-venv gnupg
##############################