From a3a888bcb21e5a8a2611491c92be34c6b68b7fc0 Mon Sep 17 00:00:00 2001 From: PierreGode Date: Mon, 20 Aug 2018 14:41:32 +0200 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ADconnection.sh b/ADconnection.sh index 875237b..3b007ed 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -442,17 +442,8 @@ desktop=$( sudo apt list --installed | grep -i desktop | grep -i ubuntu | cut -d if [ "$desktop" = "desktop" ] < /dev/null > /dev/null 2>&1 then echo "Ubuntu Desktop detected" -Arm=$( sudo hostnamectl | grep Architecture | awk '{print $2}' ) -if [ "$Arm" = "arm" ] -then -sudo sh -c "echo 'greeter-show-manual-login=true' | sudo tee -a /usr/share/lightdm/lightdm.conf.d/50-ubuntu-mate.conf" -sudo sh -c "echo 'allow-guest=false' | sudo tee -a /usr/share/lightdm/lightdm.conf.d/50-ubuntu-mate.conf" UbuntU else -UbuntU -fi -if [ -else echo " this seems to be a server, swithching to server mode" ubuntuserver14 fi