Executable!

This commit is contained in:
Dewalt 2020-09-28 01:20:26 -05:00
parent 2100ab901e
commit 16ebf81180
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
type=""
check_distro() {
distro=$(uname -a | grep -i -c "manjaro") # CHANGE THIS
distro=$(uname -a | grep -i -c "kali") # CHANGE THIS
if [ $distro -ne 1 ]
then echo -e "\n $blinkexclaim Sorry I only work on Kali Linux $blinkexclaim \n"; exit # false