aboutsummaryrefslogtreecommitdiff
path: root/src/common-utils/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/common-utils/install.sh
parentaecf2ad152a75663211a2ac0926e6122c2b0b07f (diff)
Options: Follow camelCase (#89)
rename Options
Diffstat (limited to 'src/common-utils/install.sh')
-rwxr-xr-xsrc/common-utils/install.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/common-utils/install.sh b/src/common-utils/install.sh
index 7edbe53..c6d9cf8 100755
--- a/src/common-utils/install.sh
+++ b/src/common-utils/install.sh
@@ -9,13 +9,13 @@
set -e
-INSTALL_ZSH=${INSTALL_ZSH:-"true"}
-INSTALL_OH_MY_ZSH=${INSTALL_OH_MY_ZSH:-"true"}
-UPGRADE_PACKAGES=${UPGRADE_PACKAGES:-"true"}
+INSTALL_ZSH=${INSTALLZSH:-"true"}
+INSTALL_OH_MY_ZSH=${INSTALLOHMYZSH:-"true"}
+UPGRADE_PACKAGES=${UPGRADEPACKAGES:-"true"}
USERNAME=${USERNAME:-"automatic"}
-USER_UID=${USER_UID:-"automatic"}
-USER_GID=${USER_GID:-"automatic"}
-ADD_NON_FREE_PACKAGES=${ADD_NON_FREE_PACKAGES:-"false"}
+USER_UID=${UID:-"automatic"}
+USER_GID=${GID:-"automatic"}
+ADD_NON_FREE_PACKAGES=${NONFREEPACKAGES:-"false"}
DEV_CONTAINERS_DIR="/usr/local/etc/vscode-dev-containers"
MARKER_FILE="${DEV_CONTAINERS_DIR}/common"