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-24 19:10:42 +0200
committerAnton Hvornum <anton.feeds@gmail.com>2019-09-24 19:10:42 +0200
commit465da51e6732ef9d591831a3a0b65f2d6b7d0b14 (patch)
tree1223d3c134f270a6c2e8f71d426cffa83c461d17 /deployments/pentest.json
parent32df63f582057fdb4505bb7750852e358c15ccfe (diff)
Tweaking the pentest setup order
Diffstat (limited to 'deployments/pentest.json')
-rw-r--r--deployments/pentest.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/deployments/pentest.json b/deployments/pentest.json
index 824bc897..de13640f 100644
--- a/deployments/pentest.json
+++ b/deployments/pentest.json
@@ -28,7 +28,9 @@
"rm -rf /etc/pacman.d/gnupg" : null,
"pacman-key --init" : null,
"pacman-key --populate" : null,
+ "pacman-key --populate archlinux" : null,
"pacman-key --update" : null,
+ "pacman -Syy" : null,
"sh 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},