nahamsec / bbht

A script to set up a quick Ubuntu 17.10 x64 box with tools I use.
1.14k stars 431 forks source link

Fixed "No such file or directory" Error for bash_profile #19

Open PratyushJanghel opened 5 years ago

PratyushJanghel commented 5 years ago

Tools folder has not been created before installing bash_profile. So, it throws 'no such directory' error on execution of cd ~/tools/. Thus, solved this problem with simple fix.