From 6e378f38cdf530cd929e282f470e7c4ee5b0837e Mon Sep 17 00:00:00 2001 From: root Date: Mon, 26 Mar 2018 10:50:05 +0200 Subject: [PATCH] Added Kali linux --- ADconnection.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ADconnection.sh b/ADconnection.sh index da0b7d3..70dfc43 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -484,8 +484,6 @@ export whoami whoamis=$( whoami ) admins=$( cat /etc/passwd | grep home | grep bash | cut -d ':' -f1 ) echo "$admins ALL=(ALL:ALL) ALL | tee -a /etc/sudoers.d/admin" -fi -clear sudo echo "${RED_TEXT}"Installing pakages do no abort!......."${INTRO_TEXT}" sudo apt-get update sudo apt-get install libsss-sudo -y