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" ]