Skip to content

Commit

Permalink
TEMPORARY Debug mambaforge install
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Apr 7, 2023
1 parent e4f4208 commit f150df7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup-conda/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ fi

# Download installer
echo "Download from: $URL"
curl --silent "$URL" --output "conda.$EXT" $TIME_CONDITION
curl "$URL" --output "conda.$EXT" $TIME_CONDITION

ls -l .

# Run the installer
# - Run in batch/silent mode ("-b" on *nix, "/S" on Windows), accept the licence
Expand Down

0 comments on commit f150df7

Please sign in to comment.