Skip to content

Commit

Permalink
Made Freesurfer install script curl silent
Browse files Browse the repository at this point in the history
  • Loading branch information
maouw committed Oct 18, 2023
1 parent 8bf768c commit f2eddbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-freesurfer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fi
}

echo "Downloading ${FREESURFER_DOWNLOAD_URL}..."
dlpath=$(curl -w "%{filename_effective}" -fLO "${FREESURFER_DOWNLOAD_URL}")
dlpath=$(curl -w "%{filename_effective}" -fsSLO "${FREESURFER_DOWNLOAD_URL}")
trap 'rm -f "${dlpath:-}"' INT QUIT TERM EXIT

if [ -r "${dlpath}" ]; then
Expand Down

0 comments on commit f2eddbb

Please sign in to comment.