diff options
Diffstat (limited to 'src/conda/install.sh')
-rw-r--r-- | src/conda/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conda/install.sh b/src/conda/install.sh index 9b51bbd..6e90882 100644 --- a/src/conda/install.sh +++ b/src/conda/install.sh @@ -7,7 +7,7 @@ VERSION=${VERSION:-"latest"} ADD_CONDA_FORGE=$ADDCONDAFORGE -USERNAME="automatic" +USERNAME="${USERNAME:-"${_REMOTE_USER:-"automatic"}"}" UPDATE_RC="true" CONDA_DIR="/opt/conda" |