Update install_services.sh

This commit is contained in:
Patrick McGuire
2022-01-24 10:41:31 -05:00
committed by GitHub
parent 5aca8a78da
commit f2b8882129
+1 -1
View File
@@ -489,7 +489,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