mirror of
https://github.com/PierreGode/Linux-Active-Directory-join-script.git
synced 2025-12-21 16:50:13 +01:00
Update ADconnection.sh
This commit is contained in:
parent
e2181c544e
commit
b3a9012c57
@ -18,7 +18,7 @@
|
||||
####################### Setup for Ubuntu16 and Ubuntu 14 clients #######################################
|
||||
ubuntuclient(){
|
||||
desktop=$(sudo apt list --installed | grep -i desktop | grep -i ubuntu | cut -d '-' -f1 | grep -i desktop)
|
||||
if [ $desktop = desktop ]
|
||||
if [ $? = 0 ]
|
||||
then
|
||||
echo ""
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user