From b7c98d2c3d672ca77af0e3b61be56504043c5bd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20G=C3=BCnter?= Date: Sat, 19 Nov 2016 15:20:04 -0500 Subject: [PATCH] Add QABS GnuPG dependency for setup script --- managing-os/templates/archlinux.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/managing-os/templates/archlinux.md b/managing-os/templates/archlinux.md index a0cde5fe..6f9f04cf 100644 --- a/managing-os/templates/archlinux.md +++ b/managing-os/templates/archlinux.md @@ -83,12 +83,14 @@ Main maintainer of this template is [Olivier Médoc](mailto:o_medoc@yahoo.fr). * dailog * rpm-sign + + * gnupg
* The tools can usually be installed all together with the following terminal command string: - * **$ sudo dnf install git createrepo rpm-build make wget rpmdevtools python-sh dialog rpm-sign** + * **$ sudo dnf install git createrepo rpm-build make wget rpmdevtools python-sh dialog rpm-sign gnupg**

![arch-template-04](/attachment/wiki/ArchlinuxTemplate/arch-template-04.png)