aboutsummaryrefslogtreecommitdiff
path: root/src/node/install.sh
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-08-11 21:37:10 +0300
committerGitHub <noreply@github.com>2022-08-11 21:37:10 +0300
commit44694d699fd715edeeb9fcea9271b09c39b5ac35 (patch)
tree3a89d5c06276b9721661d2b13fc37a2e87aa85a7 /src/node/install.sh
parentaecf2ad152a75663211a2ac0926e6122c2b0b07f (diff)
Options: Follow camelCase (#89)
rename Options
Diffstat (limited to 'src/node/install.sh')
-rwxr-xr-xsrc/node/install.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/node/install.sh b/src/node/install.sh
index 7169919..80731cd 100755
--- a/src/node/install.sh
+++ b/src/node/install.sh
@@ -8,12 +8,12 @@
# Maintainer: The VS Code and Codespaces Teams
export NODE_VERSION=${VERSION:-"lts"}
-export NVM_DIR=${NVM_INSTALL_PATH:-"/usr/local/share/nvm"}
-INSTALL_TOOLS_FOR_NODE_GYP="${INSTALL_TOOLS_FOR_NODE_GYP:-true}"
+export NVM_DIR=${NVMINSTALLPATH:-"/usr/local/share/nvm"}
+INSTALL_TOOLS_FOR_NODE_GYP="${NODEGYPDEPENDENCIES:-true}"
# Comma-separated list of node versions to be installed (with nvm)
# alongside NODE_VERSION, but not set as default.
-ADDITIONAL_VERSIONS=${ADDITIONAL_VERSIONS:-""}
+ADDITIONAL_VERSIONS=${ADDITIONALVERSIONS:-""}
USERNAME=${USERNAME:-"automatic"}
UPDATE_RC=${UPDATE_RC:-"true"}