From 084e6446439cbec34bccbac7af9e6135838bb3b0 Mon Sep 17 00:00:00 2001 From: PierreGode Date: Mon, 20 Jan 2020 09:33:32 +0100 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 5 +++++ 1 file changed, 5 insertions(+) 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 ###########################################