From 83376ef47833c8a339c52a9827c598a6c7308298 Mon Sep 17 00:00:00 2001 From: yash desai Date: Thu, 26 Dec 2019 11:08:55 +0530 Subject: [PATCH] bash_profile filename should be .bash_profile as in repo nahamsec/recon_profile --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e203de7..41ef9d8 100644 --- a/install.sh +++ b/install.sh @@ -21,7 +21,7 @@ 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 +cat .bash_profile >> ~/.bash_profile source ~/.bash_profile cd ~/tools/ echo "done"