Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments/pentest.json
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2019-09-03 18:32:03 +0200
committerGitHub <noreply@github.com>2019-09-03 18:32:03 +0200
commit6da033480fd287038edc5d5333cad11598db3e0d (patch)
treee1b4422b5d8fd980fb2278ee7fa17d2d450eda84 /deployments/pentest.json
parent1ce6075a48e261396398c2bd3b90dcafe9ee6bf8 (diff)
Fixed pgp issue on blackarch packages.
Apparently, some mirrors are out of date. If this doesn't work, re-run strap.sh before the rm -rf step.
Diffstat (limited to 'deployments/pentest.json')
-rw-r--r--deployments/pentest.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/deployments/pentest.json b/deployments/pentest.json
index e2ff8ce6..177ab7a1 100644
--- a/deployments/pentest.json
+++ b/deployments/pentest.json
@@ -24,6 +24,9 @@
"Configure pentest environment" : {
"curl -O https://blackarch.org/strap.sh" : null,
"chmod +x strap.sh" : null,
+ "rm -rf /etc/pacman.d/gnupg" : null,
+ "pacman-key --populate" : null,
+ "pacman-key --update" : null,
"sudo ./strap.sh" : {"debug" : true},
"touch /mnt/etc/openvpn/client/customer.conf" : {"no-chroot" : true},
"sed -i 's/After=network.target/After=openvpn-client@customer.service\n&/' /mnt/usr/lib/systemd/system/sshd.service" : {"no-chroot" : true},