From 8c8a7ecc425b8eb1d73e8f11bccb5f231b529397 Mon Sep 17 00:00:00 2001 From: x3n0n <42689424+puskal1@users.noreply.github.com> Date: Tue, 17 Mar 2020 13:52:35 +0545 Subject: [PATCH] Update install.sh cat bash_profile >> ~/.bash_profile changed to cat .bash_profile >> ~/.bash_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"