diff --git a/setup-conda/script.sh b/setup-conda/script.sh index 850389c..82cab74 100755 --- a/setup-conda/script.sh +++ b/setup-conda/script.sh @@ -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