Skip to content

Commit

Permalink
update link to the micromamba bin
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Oct 8, 2024
1 parent 7dbb6a6 commit 050c033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

yum install wget -y

wget -qO- https://micromamba.snakepit.net/api/micromamba/linux-64/latest | tar -xvj bin/micromamba
wget -qO- https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba

export PATH="$PWD/bin:$PATH"
export MAMBA_ROOT_PREFIX="$PWD/micromamba"
Expand Down

0 comments on commit 050c033

Please sign in to comment.