Skip to content

Commit ec7ec31

Browse files
authored
download miniforge instead of mambaforge (#60)
I hope this will get us going. Ideally we would need to change all occurrences of `MAMBAFORGE` with `MINIFORGE`. But this is a larger surgery in multiple repos I think.
1 parent 392641a commit ec7ec31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install-and-set-up-conda.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ else
5050
BIOCONDA_ADDITIONAL_INSTALL_PKGS=""
5151
fi
5252

53-
MAMBAFORGE_URL="https://github.com/conda-forge/miniforge/releases/download/${MAMBAFORGE_VER}/Mambaforge-${MAMBAFORGE_VER}-${OS}-${ARCH}.sh"
53+
MINIFORGE_URL="https://github.com/conda-forge/miniforge/releases/download/${MAMBAFORGE_VER}/Miniforge3-${MAMBAFORGE_VER}-${OS}-${ARCH}.sh"
5454

5555
# Install mambaforge
56-
echo Download ${MAMBAFORGE_URL}
57-
curl -L ${MAMBAFORGE_URL} > mambaforge.sh
56+
echo Download ${MINIFORGE_URL}
57+
curl -L ${MINIFORGE_URL} > mambaforge.sh
5858
head mambaforge.sh
5959
bash mambaforge.sh -b -p "${MAMBAFORGE_INSTALLATION_DIR}"
6060

0 commit comments

Comments
 (0)