From c2d28a6b938c9eff2315373d9f3c6adcbfda7dc6 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 8 May 2020 17:45:46 +0200 Subject: [PATCH] add gnupg to build requirements (checksums signing) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4d9037d..aa3d5ab 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 xmlstarlet unzip colordiff shellcheck apt-transport-https rename ovmf rsync python3-venv + sudo apt install live-build make build-essential wget git xmlstarlet unzip colordiff shellcheck apt-transport-https rename ovmf rsync python3-venv gnupg ##############################