Update ADconnection.sh

This commit is contained in:
PierreGode 2018-03-27 08:13:37 +02:00 committed by GitHub
parent 8bb138aade
commit 47419c6ca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -518,6 +518,7 @@ admins=$( cat /etc/passwd | grep home | grep bash | cut -d ':' -f1 )
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
sudo apt-get install adcli -y
sudo apt-get install realmd adcli sssd -y sudo apt-get install realmd adcli sssd -y
sudo apt-get install ntp -y sudo apt-get install ntp -y
sudo apt-get install policykit-1 -y sudo apt-get install policykit-1 -y