Skip to content

Instantly share code, notes, and snippets.

@maedoc
Created November 28, 2022 11:19
Show Gist options
  • Save maedoc/dcdfedee0cda80d0d261928b31dd68fa to your computer and use it in GitHub Desktop.
Save maedoc/dcdfedee0cda80d0d261928b31dd68fa to your computer and use it in GitHub Desktop.
FSL install without progress bars
#!/bin/bash
sed -E -e 's,(^\s*prog.update|^\s*progress)\(,\1\,\(,' fslinstaller.py > fslquiet.py
python2 fslquiet.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment