Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
Fix for removal.  Thanks @midnite_runr
  • Loading branch information
ChrisTruncer committed Jun 2, 2015
1 parent 079ce75 commit 778300a
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 @@ -47,7 +47,7 @@ func_check_env(){
if [ $(uname -a|grep -i kali|wc -l) == '1' ]; then
echo
echo ' Kali linux detected...'
sudo apt-get remove veil-evasion
sudo apt-get remove -y veil-evasion
echo
elif [ $(uname -a|grep -i ubuntu|wc -l) == '1' ]; then
if [ $(grep "VERSION_ID" /etc/os-release|cut -d"=" -f2|sed -e 's/"//g' -e 's/\..*//') -lt '14' ]; then
Expand Down

0 comments on commit 778300a

Please sign in to comment.