From 58b8fe093da506595118076cedbdeee4aa6d20b0 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Tue, 17 Jan 2023 09:34:53 -0800 Subject: Fix typos in comments / *.md (#396) --- src/desktop-lite/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/desktop-lite') diff --git a/src/desktop-lite/install.sh b/src/desktop-lite/install.sh index ffd39d5..df4390e 100755 --- a/src/desktop-lite/install.sh +++ b/src/desktop-lite/install.sh @@ -176,7 +176,7 @@ export DEBIAN_FRONTEND=noninteractive apt_get_update -# On older Ubuntu, Tilix is in a PPA. on Debian strech its in backports. +# On older Ubuntu, Tilix is in a PPA. on Debian stretch its in backports. if [[ -z $(apt-cache --names-only search ^tilix$) ]]; then . /etc/os-release if [ "${ID}" = "ubuntu" ]; then @@ -365,7 +365,7 @@ screen_geometry="\${VNC_RESOLUTION%*x*}" screen_depth="\${VNC_RESOLUTION##*x}" startInBackgroundIfNotRunning "Xtigervnc" sudoUserIf "tigervncserver \${DISPLAY} -geometry \${screen_geometry} -depth \${screen_depth} -rfbport ${VNC_PORT} -dpi \${VNC_DPI:-96} -localhost -desktop fluxbox -fg -passwd /usr/local/etc/vscode-dev-containers/vnc-passwd" -# Spin up noVNC if installed and not runnning. +# Spin up noVNC if installed and not running. if [ -d "/usr/local/novnc" ] && [ "\$(ps -ef | grep /usr/local/novnc/noVNC*/utils/launch.sh | grep -v grep)" = "" ]; then keepRunningInBackground "noVNC" sudoIf "/usr/local/novnc/noVNC*/utils/launch.sh --listen ${NOVNC_PORT} --vnc localhost:${VNC_PORT}" log "noVNC started." -- cgit v1.2.3