Update Micromamba download URL and use cURL

This commit is contained in:
Jonas Haag 2022-05-17 09:55:04 +02:00 committed by GitHub
parent 1780a7fee6
commit d94248353a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ Note: it's advised to use micromamba in containers & CI only.
Download and unzip the executable (from the official conda-forge package):
```sh
wget -qO- https://micromamba.snakepit.net/api/micromamba/linux-64/latest | tar -xvj bin/micromamba
curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba
```
We can use `./micromamba shell init ... ` to initialize a shell (`.bashrc`) and a new root environment in `~/micromamba`: