Skip to content

Commit

Permalink
download miniforge instead of mambaforge
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed Nov 2, 2024
1 parent 392641a commit eaf8ebe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install-and-set-up-conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ else
BIOCONDA_ADDITIONAL_INSTALL_PKGS=""
fi

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

# Install mambaforge
echo Download ${MAMBAFORGE_URL}
curl -L ${MAMBAFORGE_URL} > mambaforge.sh
echo Download ${MINIFORGE_URL}
curl -L ${MINIFORGE_URL} > mambaforge.sh
head mambaforge.sh
bash mambaforge.sh -b -p "${MAMBAFORGE_INSTALLATION_DIR}"

Expand Down

0 comments on commit eaf8ebe

Please sign in to comment.