Skip to content

Commit

Permalink
Miniforge3 is now preferred, it seems
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Dec 1, 2023
1 parent 9a33fe2 commit 59b2e9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installers/GetLarch.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set prefix=%USERPROFILE%\xraylarch

set condaurl=https://github.com/conda-forge/miniforge/releases/latest/download
set condafile=Mambaforge-Windows-x86_64.exe
set condafile=Miniforge3-Windows-x86_64.exe

if not exist %~dp0%condafile% (
echo ## Downloading Miniconda from https://repo.anaconda.com/miniconda/, please wait...
Expand Down
3 changes: 2 additions & 1 deletion installers/GetLarch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ if [ $uname == Darwin ]; then
fi

condaurl="https://github.com/conda-forge/miniforge/releases/latest/download"
condafile="Mambaforge-$uname-x86_64.sh"

condafile="Miniforge3-$uname-x86_64.sh"

logfile=GetLarch.log

Expand Down

0 comments on commit 59b2e9f

Please sign in to comment.