Tweaking the pentest setup order

This commit is contained in:
Anton Hvornum 2019-09-24 19:10:42 +02:00
parent 32df63f582
commit 465da51e67
1 changed files with 2 additions and 0 deletions

View File

@ -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},