mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-21 17:40:57 -07:00
Put our extra stuff in opt.
This commit is contained in:
parent
16d69223aa
commit
a352ebc86d
1 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@ cp -rv /etc/skel/. /root/
|
||||||
|
|
||||||
#Time to git stuff...
|
#Time to git stuff...
|
||||||
cd /root/
|
cd /root/
|
||||||
git clone https://github.com/Veil-Framework/Veil.git
|
git clone https://github.com/Veil-Framework/Veil.git /opt/Veil
|
||||||
git clone https://github.com/leebaird/discover.git
|
git clone https://github.com/leebaird/discover.git /opt/discover
|
||||||
git clone https://github.com/trustedsec/ptf
|
git clone https://github.com/trustedsec/ptf /opt/ptf
|
||||||
|
|
||||||
ssh-keygen -t rsa -N "" -f ~/.ssh/id_rsa
|
ssh-keygen -t rsa -N "" -f ~/.ssh/id_rsa
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue