Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Aug 17, 2024
1 parent 2deec55 commit a24231f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bidspm.def
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ From: gnuoctave/octave:9.2.0
# install bids validator
# TODO find out how to pin version
curl -fsSL https://deno.land/install.sh | sh
deno install -Agf https://github.com/bids-standard/bids-validator/raw/deno-build/bids-validator.js
export DENO_INSTALL="/root/.deno"
export PATH="$DENO_INSTALL/bin:$PATH"
deno install -Agf https://github.com/bids-standard/bids-validator/raw/deno-build/bids-validator.js

mkdir /opt/spm12
curl -fsSL --retry 5 https://github.com/spm/spm12/archive/r7771.tar.gz | tar -xzC /opt/spm12 --strip-components 1
Expand Down

0 comments on commit a24231f

Please sign in to comment.