Created
November 28, 2022 11:19
-
-
Save maedoc/dcdfedee0cda80d0d261928b31dd68fa to your computer and use it in GitHub Desktop.
FSL install without progress bars
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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