index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds@gmail.com> | 2019-09-24 19:10:42 +0200 |
---|---|---|
committer | Anton Hvornum <anton.feeds@gmail.com> | 2019-09-24 19:10:42 +0200 |
commit | 465da51e6732ef9d591831a3a0b65f2d6b7d0b14 (patch) | |
tree | 1223d3c134f270a6c2e8f71d426cffa83c461d17 /deployments | |
parent | 32df63f582057fdb4505bb7750852e358c15ccfe (diff) |
-rw-r--r-- | deployments/pentest.json | 2 |
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}, |