From a352ebc86d70712c92e66bc5b7055fd926aab719 Mon Sep 17 00:00:00 2001 From: Kaj Forney Date: Thu, 23 Jan 2020 16:28:22 -0700 Subject: [PATCH] Put our extra stuff in opt. --- config/pentest-distro-builder.chroot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/pentest-distro-builder.chroot b/config/pentest-distro-builder.chroot index cc57165e..830f9e9e 100644 --- a/config/pentest-distro-builder.chroot +++ b/config/pentest-distro-builder.chroot @@ -5,9 +5,9 @@ cp -rv /etc/skel/. /root/ #Time to git stuff... cd /root/ -git clone https://github.com/Veil-Framework/Veil.git -git clone https://github.com/leebaird/discover.git -git clone https://github.com/trustedsec/ptf +git clone https://github.com/Veil-Framework/Veil.git /opt/Veil +git clone https://github.com/leebaird/discover.git /opt/discover +git clone https://github.com/trustedsec/ptf /opt/ptf ssh-keygen -t rsa -N "" -f ~/.ssh/id_rsa