Put our extra stuff in opt.

This commit is contained in:
Kaj Forney 2020-01-23 16:28:22 -07:00
parent 16d69223aa
commit a352ebc86d
No known key found for this signature in database
GPG Key ID: CBB5B366EB4802DD
1 changed files with 3 additions and 3 deletions

View File

@ -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