mirror of
https://github.com/PierreGode/Linux-Active-Directory-join-script.git
synced 2025-12-21 08:50:12 +01:00
Update ADconnection.sh
This commit is contained in:
parent
2943a55376
commit
f15de6e832
@ -47,9 +47,11 @@ sudo apt-get -qq install ntp -y
|
|||||||
clear
|
clear
|
||||||
sudo dpkg -l | grep realmd
|
sudo dpkg -l | grep realmd
|
||||||
if [ $? = 0 ]
|
if [ $? = 0 ]
|
||||||
then
|
then
|
||||||
|
clear
|
||||||
sudo echo "${INTRO_TEXT}"Pakages installed"${END}"
|
sudo echo "${INTRO_TEXT}"Pakages installed"${END}"
|
||||||
else
|
else
|
||||||
|
clear
|
||||||
sudo echo "${RED_TEXT}"Installing pakages failed.. please check connection and dpkg and try again."${INTRO_TEXT}"
|
sudo echo "${RED_TEXT}"Installing pakages failed.. please check connection and dpkg and try again."${INTRO_TEXT}"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user