From 9801b2d8d8aa9a941f0c6185675f479c86b8de1b Mon Sep 17 00:00:00 2001 From: em Date: Thu, 20 Oct 2016 13:37:40 -0400 Subject: [PATCH] Update debian.md Add gnupg2, required for `apt-key` invocation --- engine/installation/linux/debian.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/installation/linux/debian.md b/engine/installation/linux/debian.md index 82d064b3a8..6cd0e04d1e 100644 --- a/engine/installation/linux/debian.md +++ b/engine/installation/linux/debian.md @@ -74,7 +74,7 @@ from the new repository: 4. Update package information, ensure that APT works with the `https` method, and that CA certificates are installed. $ apt-get update - $ apt-get install apt-transport-https ca-certificates + $ apt-get install apt-transport-https ca-certificates gnupg2 5. Add the new `GPG` key.