Update update_services.sh

This commit is contained in:
Patrick McGuire
2022-01-24 10:42:00 -05:00
committed by GitHub
parent f2b8882129
commit 9c67ba9d53
+1 -1
View File
@@ -484,7 +484,7 @@ EOF
}
install_nomachine() {
if [ ! -d /usr/share/NX ];then
if [ ! -d /usr/share/NX ] && [ -d /etc/lightdm ];then
echo "Installing NoMachine"
curl -s -o ${HOME}/nomachine.deb -O "${nomachine_url}"
apt install -y ${HOME}/nomachine.deb