Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in install.sh #26

Open
hiddengearz opened this issue Dec 2, 2019 · 1 comment
Open

Typo in install.sh #26

hiddengearz opened this issue Dec 2, 2019 · 1 comment

Comments

@hiddengearz
Copy link

hiddengearz commented Dec 2, 2019

bbht/install.sh

Lines 22 to 24 in 40d7253

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

@baotang2118
Copy link

Yup. I think so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants