Update ADconnection.sh

This commit is contained in:
PierreGode 2020-01-20 09:33:32 +01:00 committed by GitHub
parent 797882709a
commit 084e644643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -521,6 +521,10 @@ then
echo "${INTRO_TEXT}Detecting Kali linux${END}" echo "${INTRO_TEXT}Detecting Kali linux${END}"
kalijoin kalijoin
else else
if [ "$elementary" = "elementary" ]
then
UbuntU
else
if [ "$MintOS" = Mint ] if [ "$MintOS" = Mint ]
then then
echo "Detecting Linux Mint" echo "Detecting Linux Mint"
@ -535,6 +539,7 @@ fi
fi fi
fi fi
fi fi
fi
} }
################################ Ubuntu 14-18 ########################################### ################################ Ubuntu 14-18 ###########################################