Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ sudo apt-get install -y rename
sudo apt-get install -y xargs

echo "installing bash_profile aliases from recon_profile"
git clone https://github.com/nahamsec/recon_profile.git
cd recon_profile
cat bash_profile >> ~/.bash_profile
cd ~ && wget https://raw.githubusercontent.com/nahamsec/recon_profile/master/.bash_profile # adding bash profile w/o cloning entire repo
source ~/.bash_profile
cd ~/tools/
echo "done"
Expand Down