Skip to content

Commit

Permalink
Miniforge3
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Jan 26, 2025
1 parent c00887c commit eb50946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/src/mambaforge/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ curr_mambaforge_ver="$(grep -oE '[0-9]+.[0-9]+.[0-9]' <<< <<< "${MAMBAFORGE_VERS

if [[ "$curr_mambaforge_ver" > "$last_mambaforge_ver" ]]; then
wget --no-hsts -q -O /tmp/miniforge.sh \
"https://github.com/conda-forge/miniforge/releases/download/${MAMBAFORGE_VERSION}/Miniforge-${MAMBAFORGE_VERSION}-Linux-$(uname -p).sh";
"https://github.com/conda-forge/miniforge/releases/download/${MAMBAFORGE_VERSION}/Miniforge3-${MAMBAFORGE_VERSION}-Linux-$(uname -p).sh";
echo "Installing Miniforge...";
else
wget --no-hsts -q -O /tmp/miniforge.sh \
Expand Down

0 comments on commit eb50946

Please sign in to comment.