diff --git a/ADconnection.sh b/ADconnection.sh index 66c6e54..26f5818 100755 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -521,6 +521,10 @@ then echo "${INTRO_TEXT}Detecting Kali linux${END}" kalijoin else +if [ "$elementary" = "elementary" ] +then +UbuntU +else if [ "$MintOS" = Mint ] then echo "Detecting Linux Mint" @@ -535,6 +539,7 @@ fi fi fi fi +fi } ################################ Ubuntu 14-18 ###########################################