From 9db313a7c50c024c67ee54ad4eb0a349ec37c8b2 Mon Sep 17 00:00:00 2001 From: Robert Lemke Date: Tue, 5 Mar 2024 12:09:28 +0100 Subject: [PATCH] Introduce gpg-agent as a CLI tool By customer request we add gpg-agent to the list of tools. --- root-files/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root-files/build.sh b/root-files/build.sh index 8c1a3c3..25c2522 100755 --- a/root-files/build.sh +++ b/root-files/build.sh @@ -48,7 +48,7 @@ build_create_user() { # @return void # build_tools() { - packages_install netcat-traditional vim less curl locales locales-all mariadb-client ghostscript gpg unzip + packages_install netcat-traditional vim less curl locales locales-all mariadb-client ghostscript gpg gpg-agent unzip } # ---------------------------------------------------------------------------------------