File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
set -ex
10
10
11
- MINIFORGE_VERSION=" 24.9.0 -0"
12
- MINIFORGE_SHA256=" 77fb505f6266ffa1b5d59604cf6ba25948627e908928cbff148813957b1c28af "
11
+ MINIFORGE_VERSION=" 24.9.2 -0"
12
+ MINIFORGE_SHA256=" ca8c544254c40ae5192eb7db4e133ff4eb9f942a1fec737dba8205ac3f626322 "
13
13
14
14
CONDA_HOME=${CONDA_HOME:= " $HOME /conda" }
15
15
export CONDA_HOME
@@ -27,7 +27,7 @@ channels:
27
27
- conda-forge
28
28
EOF
29
29
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
31
31
sha256sum ./miniforge.sh | grep " $MINIFORGE_SHA256 "
32
32
/bin/bash ./miniforge.sh -b -p " $CONDA_HOME "
33
33
rm ./miniforge.sh
You can’t perform that action at this time.
0 commit comments