From 32df63f582057fdb4505bb7750852e358c15ccfe Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Tue, 24 Sep 2019 16:53:34 +0200 Subject: Fixed issue where blackarch keyring wasn't installing properly. missing pacman-key --init to fix permission issues --- deployments/pentest.json | 1 + 1 file changed, 1 insertion(+) (limited to 'deployments') diff --git a/deployments/pentest.json b/deployments/pentest.json index b1ff6fc2..824bc897 100644 --- a/deployments/pentest.json +++ b/deployments/pentest.json @@ -26,6 +26,7 @@ "chmod +x strap.sh" : null, "sh strap.sh" : {"debug" : true}, "rm -rf /etc/pacman.d/gnupg" : null, + "pacman-key --init" : null, "pacman-key --populate" : null, "pacman-key --update" : null, "sh strap.sh" : {"debug" : true}, -- cgit v1.2.3-54-g00ecf