Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2019-09-24 16:53:34 +0200
committerAnton Hvornum <anton.feeds@gmail.com>2019-09-24 16:53:34 +0200
commit32df63f582057fdb4505bb7750852e358c15ccfe (patch)
treec2b1c0ebe89f82e9a74da75bc63d709ff4f4e603 /deployments
parent8d41b74bddc8d7ae3ffc6bd818f4d238e3981cae (diff)
Fixed issue where blackarch keyring wasn't installing properly. missing pacman-key --init to fix permission issues
Diffstat (limited to 'deployments')
-rw-r--r--deployments/pentest.json1
1 files changed, 1 insertions, 0 deletions
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},