Skip to content

Commit

Permalink
Merge pull request Veil-Framework#177 from Veil-Framework/silentpatch
Browse files Browse the repository at this point in the history
Fixes issue Veil-Framework#175
  • Loading branch information
ChrisTruncer authored Mar 19, 2018
2 parents 1a7864c + b436cff commit 1e87a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func_check_env(){
fi

# Double check install
if [ "${os}" != "kali" ] || [ "${os}" == "parrot" ]; then
if [ "${os}" != "kali" ] || [ "${os}" == "parrot" ] && [ "${silent}" == false ]; then
echo -e "\n ${BOLD}[!] NON-KALI Users: Before you begin the install, make sure that you have"
echo -e " the Metasploit-Framework installed before you proceed!${RESET}\n"
read -p 'Continue? ([Y]/[n]o): ' installveil
Expand Down

0 comments on commit 1e87a3e

Please sign in to comment.