aboutsummaryrefslogtreecommitdiff
path: root/src/anaconda
diff options
context:
space:
mode:
Diffstat (limited to 'src/anaconda')
-rw-r--r--src/anaconda/devcontainer-feature.json2
-rwxr-xr-xsrc/anaconda/install.sh8
2 files changed, 5 insertions, 5 deletions
diff --git a/src/anaconda/devcontainer-feature.json b/src/anaconda/devcontainer-feature.json
index 7308699..cdf1fbf 100644
--- a/src/anaconda/devcontainer-feature.json
+++ b/src/anaconda/devcontainer-feature.json
@@ -1,6 +1,6 @@
{
"id": "anaconda",
- "version": "1.0.9",
+ "version": "1.0.10",
"name": "Anaconda",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/anaconda",
"options": {
diff --git a/src/anaconda/install.sh b/src/anaconda/install.sh
index 47f3462..53c606a 100755
--- a/src/anaconda/install.sh
+++ b/src/anaconda/install.sh
@@ -8,10 +8,10 @@
# Maintainer: The VS Code and Codespaces Teams
-VERSION=${VERSION:-"latest"}
-USERNAME=${USERNAME:-"automatic"}
-UPDATE_RC=${UPDATE_RC:-"true"}
-CONDA_DIR=${CONDA_DIR:-"/usr/local/conda"}
+VERSION="${VERSION:-"latest"}"
+USERNAME="${USERNAME:-"${_REMOTE_USER:-"automatic"}"}"
+UPDATE_RC="${UPDATE_RC:-"true"}"
+CONDA_DIR="${CONDA_DIR:-"/usr/local/conda"}"
set -eux
export DEBIAN_FRONTEND=noninteractive