|
git clone https://github.com/nahamsec/recon_profile.git |
|
cd recon_profile |
|
cat bash_profile >> ~/.bash_profile |
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
bbht/install.sh
Lines 22 to 24 in 40d7253
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_profiletocat .bash_profile >> ~/.bash_profile