index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds@gmail.com> | 2019-09-24 16:53:34 +0200 |
---|---|---|
committer | Anton Hvornum <anton.feeds@gmail.com> | 2019-09-24 16:53:34 +0200 |
commit | 32df63f582057fdb4505bb7750852e358c15ccfe (patch) | |
tree | c2b1c0ebe89f82e9a74da75bc63d709ff4f4e603 /deployments | |
parent | 8d41b74bddc8d7ae3ffc6bd818f4d238e3981cae (diff) |
-rw-r--r-- | deployments/pentest.json | 1 |
diff --git a/deployments/pentest.json b/deployments/pentest.json index b1ff6fc2..824bc897 100644 --- a/deployments/pentest.json +++ b/deployments/pentest.json @@ -26,6 +26,7 @@ "chmod +x strap.sh" : null, "sh strap.sh" : {"debug" : true}, "rm -rf /etc/pacman.d/gnupg" : null, + "pacman-key --init" : null, "pacman-key --populate" : null, "pacman-key --update" : null, "sh strap.sh" : {"debug" : true}, |