Skip to content

Commit

Permalink
Verbose installer
Browse files Browse the repository at this point in the history
  • Loading branch information
six2dez committed Mar 26, 2021
1 parent f9697cc commit 2438881
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ fi

printf "\n\n${bgreen}#######################################################################\n"
printf "${bgreen} reconFTW installer/updater script ${reset}\n\n"

printf "${yellow} This may take time.So, go grab a coffee ! ${reset}\n\n"
install_apt(){
eval $SUDO apt install chromium-browser -y $DEBUG_STD
eval $SUDO apt install chromium -y $DEBUG_STD
Expand Down Expand Up @@ -219,6 +219,7 @@ printf "${bblue} Running: Performing last configurations ${reset}\n\n"
## Last steps
eval cat subdomains_big2.txt $DEBUG_ERROR | anew -q subdomains_big.txt
eval rm subdomains_big2.txt $DEBUG_ERROR
printf "${yellow} Generating personlized resolvers ${reset}\n\n"
eval dnsvalidator -tL https://public-dns.info/nameservers.txt -threads 100 -o resolvers.txt $DEBUG_STD
eval h8mail -g $DEBUG_STD

Expand Down

0 comments on commit 2438881

Please sign in to comment.