Skip to content

Commit

Permalink
fix: use curl.exe instead of powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Jan 7, 2024
1 parent 83092e0 commit 86d848f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion update-runtime.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
@echo off
powershell.exe -File .\download_micromamba.ps1
:Check if micromamba is already installed
if exist micromamba.exe goto Isolation
curl.exe -L -o micromamba.exe https://github.com/mamba-org/micromamba-releases/releases/$VERSION/download/micromamba-win-64

cd /d "%~dp0"

Expand Down

0 comments on commit 86d848f

Please sign in to comment.