From 37b66d774d04c6d3069e75d508d497e515eefff7 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Mon, 24 Jan 2022 10:47:23 -0500 Subject: [PATCH] Update update_services.sh --- scripts/update_services.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/update_services.sh b/scripts/update_services.sh index 2fc2864..31079eb 100755 --- a/scripts/update_services.sh +++ b/scripts/update_services.sh @@ -489,6 +489,8 @@ install_nomachine() { curl -s -o ${HOME}/nomachine.deb -O "${nomachine_url}" apt install -y ${HOME}/nomachine.deb rm -f ${HOME}/nomachine.deb + echo "Enabling VNC" + systemctl enable --now vncserver-x11-serviced.service fi }