Skip to content

Typo in install.sh #26

@hiddengearz

Description

@hiddengearz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions