From ddc7f24b92a59c1a43fe35460292beecf1c5e21d Mon Sep 17 00:00:00 2001 From: Hrishikesh Menon Date: Tue, 27 Feb 2024 04:03:05 -0500 Subject: [PATCH] fix: make conda-forge properly the default value (#33) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ec4bf59..47e6b81 100644 --- a/install.sh +++ b/install.sh @@ -29,7 +29,7 @@ fi # Fallbacks BIN_FOLDER="${BIN_FOLDER:-${HOME}/.local/bin}" INIT_YES="${INIT_YES:-yes}" -CONDA_FORGE_YES="${CONDA_FORGE_YES:-no}" +CONDA_FORGE_YES="${CONDA_FORGE_YES:-yes}" # Prefix location is relevant only if we want to call `micromamba shell init` case "$INIT_YES" in