Tweaking the pentest setup order
This commit is contained in:
parent
32df63f582
commit
465da51e67
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Reference in New Issue