Skip to content

Commit 4ce7cdc

Browse files
committed
Fix URL to use Miniforge rather than Mambaforge
based on wtsi-npg/npg_qc@ca05637
1 parent 2df0cfb commit 4ce7cdc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/install_miniforge.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
set -ex
1010

11-
MINIFORGE_VERSION="24.9.0-0"
12-
MINIFORGE_SHA256="77fb505f6266ffa1b5d59604cf6ba25948627e908928cbff148813957b1c28af"
11+
MINIFORGE_VERSION="24.9.2-0"
12+
MINIFORGE_SHA256="ca8c544254c40ae5192eb7db4e133ff4eb9f942a1fec737dba8205ac3f626322"
1313

1414
CONDA_HOME=${CONDA_HOME:="$HOME/conda"}
1515
export CONDA_HOME
@@ -27,7 +27,7 @@ channels:
2727
- conda-forge
2828
EOF
2929

30-
curl -sSL "https://github.com/conda-forge/miniforge/releases/download/${MINIFORGE_VERSION}/Mambaforge-${MINIFORGE_VERSION}-Linux-x86_64.sh" -o ./miniforge.sh
30+
curl -sSL "https://github.com/conda-forge/miniforge/releases/download/${MINIFORGE_VERSION}/Miniforge3-${MINIFORGE_VERSION}-Linux-x86_64.sh" -o ./miniforge.sh
3131
sha256sum ./miniforge.sh | grep "$MINIFORGE_SHA256"
3232
/bin/bash ./miniforge.sh -b -p "$CONDA_HOME"
3333
rm ./miniforge.sh

0 commit comments

Comments
 (0)