Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maouw committed Dec 27, 2023
1 parent 395fe68 commit 7a33894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion def/hyakvnc-freesurfer-ubuntu22.04/Singularity
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ This is an Apptainer container of Ubuntu 22.04 with FreeSurfer installed. It is
"{{RECON_ALL_CLINICAL_URL}}" || { echo "warning: curl failed!" >&2; exit 1; }
chmod a+x /usr/local/freesurfer/{{FREESURFER_VERSION}}/bin/recon-all-clinical.sh

if [[ -n "{{ MCR_VERSION }}" ]; then
if [ -n "{{ MCR_VERSION }}" ]; then
# Install MCR dependencies:
apt-get install -y libxt-dev libxext-dev libncurses5

Expand Down

0 comments on commit 7a33894

Please sign in to comment.