diff options
Diffstat (limited to 'src/desktop-lite/install.sh')
-rwxr-xr-x | src/desktop-lite/install.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/desktop-lite/install.sh b/src/desktop-lite/install.sh index e9f74f1..806a7e1 100755 --- a/src/desktop-lite/install.sh +++ b/src/desktop-lite/install.sh @@ -7,10 +7,10 @@ # Docs: https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/desktop-lite.md # Maintainer: The VS Code and Codespaces Teams -NOVNC_VERSION=${NOVNC_VERSION:-"1.2.0"} # TODO: Add in a 'latest' auto-detect and swap name to 'version' -VNC_PASSWORD=${VNC_PASSWORD:-"vscode"} -NOVNC_PORT="${NOVNC_PORT:-6080}" -VNC_PORT="${VNC_PORT:-5901}" +NOVNC_VERSION=${NOVNCVERSION:-"1.2.0"} # TODO: Add in a 'latest' auto-detect and swap name to 'version' +VNC_PASSWORD=${PASSWORD:-"vscode"} +NOVNC_PORT="${WEBPORT:-6080}" +VNC_PORT="${VNCPORT:-5901}" INSTALL_NOVNC=${INSTALL_NOVNC:-"true"} USERNAME=${USERNAME:-"automatic"} |