mirror of
https://github.com/PierreGode/Linux-Active-Directory-join-script.git
synced 2025-12-21 16:50:13 +01:00
Added Kali linux
This commit is contained in:
parent
822d383a48
commit
6e378f38cd
@ -484,8 +484,6 @@ export whoami
|
|||||||
whoamis=$( whoami )
|
whoamis=$( whoami )
|
||||||
admins=$( cat /etc/passwd | grep home | grep bash | cut -d ':' -f1 )
|
admins=$( cat /etc/passwd | grep home | grep bash | cut -d ':' -f1 )
|
||||||
echo "$admins ALL=(ALL:ALL) ALL | tee -a /etc/sudoers.d/admin"
|
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 echo "${RED_TEXT}"Installing pakages do no abort!......."${INTRO_TEXT}"
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install libsss-sudo -y
|
sudo apt-get install libsss-sudo -y
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user