From 5bd6f3c7af9f6de9e59866084b09fe4167da6ff9 Mon Sep 17 00:00:00 2001 From: PierreGode Date: Tue, 27 Mar 2018 11:06:16 +0200 Subject: [PATCH] Update ADconnection.sh Added support for Ubuntu Mate + remade OS Detection --- ADconnection.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADconnection.sh b/ADconnection.sh index a0e2ddd..2a07235 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -217,7 +217,7 @@ linuxclient(){ desktop=$( sudo apt list --installed | grep -i desktop | grep -i ubuntu | cut -d '-' -f1 | grep -i desktop ) rasp=$( lsb_release -a | grep -i Distributor | awk '{print $3}' ) kalilinux=$( lsb_release -a | grep -i Distributor | awk '{print $3}' ) - +#### OS detection if [ "$desktop" = "desktop" ] then if [ "$rasp" = "Raspbian" ]