From 6da033480fd287038edc5d5333cad11598db3e0d Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Tue, 3 Sep 2019 18:32:03 +0200 Subject: 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. --- deployments/pentest.json | 3 +++ 1 file changed, 3 insertions(+) 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}, -- cgit v1.2.3-70-g09d2