index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-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}, |