Update pimpmykali.sh

This commit is contained in:
Dewalt-arch 2020-09-25 22:08:39 -05:00 committed by GitHub
parent 6bf0f00d4e
commit 24a1ac4eb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
blinkexclaim='\e[1;31m[\e[5;31m!!\e[0m\e[1;31m]\e[0m'
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