scripts: name the desktop setup for what it installs

Section 17 was still labelled "XFCE + VNC" while the step it runs installs
ubuntu-desktop and is guarded on it, so the heading described a setup the
script had already stopped producing.

Also spell out why setup-desktop.sh disables lightdm: it is not a display
manager this script ever installs, it is residue on hosts set up by an earlier
version that did install XFCE, and left enabled it beats GDM to the seat.

Comments and one echo string; no behaviour change.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-08-03 00:32:27 +00:00
co-authored by Claude Opus 5
parent cc95f7fa17
commit 67d6a9702a
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -862,9 +862,9 @@ ENVFILE
ok ".env written to $PROJECT_DIR/.env"
fi
# ─── 17. remote desktop (XFCE + VNC) ────────────────────────────────────────
# ─── 17. remote desktop (Ubuntu Desktop + VNC) ───────────────────────────────
echo ""
echo "── Remote Desktop (XFCE + VNC) ──"
echo "── Remote Desktop (Ubuntu Desktop + VNC) ──"
if dpkg -s ubuntu-desktop &>/dev/null 2>&1; then
skip "remote desktop (ubuntu-desktop already installed)"