nahamsec / bbht

A script to set up a quick Ubuntu 17.10 x64 box with tools I use.
1.16k stars 434 forks source link

Typo in install.sh #26

Open hiddengearz opened 4 years ago

hiddengearz commented 4 years ago

https://github.com/nahamsec/bbht/blob/40d72537fdf444c99c1d6ba74c19b7944afcffde/install.sh#L22-L24

In the repo https://github.com/nahamsec/recon_profile there is no file called bash_profile. The file is named .bash_profile.

Fix: change cat bash_profile >> ~/.bash_profile to cat .bash_profile >> ~/.bash_profile

baotang2118 commented 3 years ago

Yup. I think so.