diff --git a/install.sh b/install.sh index cb997cf1..a02cf5c6 100755 --- a/install.sh +++ b/install.sh @@ -195,7 +195,7 @@ cd $dir eval git clone https://github.com/devanshbatham/OpenRedireX $dir/OpenRedireX $DEBUG_STD printf "${bgreen} 90%% done${reset}\n\n" eval subfinder $DEBUG_STD -eval notify -version $DEBUG_STD +mkdir -p ~/.config/notify/ mkdir -p ~/.config/amass/ eval wget -nc -O ~/.config/amass/config.ini https://raw.githubusercontent.com/OWASP/Amass/master/examples/config.ini $DEBUG_STD cd ~/.gf; eval wget -O potential.json https://raw.githubusercontent.com/devanshbatham/ParamSpider/master/gf_profiles/potential.json $DEBUG_STD; cd $dir