Skip to content

fix: arch-creator.sh now use bash instead of sh

Marin Hannache requested to merge github/fork/Sayrus/fix-shebang into master

Created by: Sayrus

Bash is required to run arch-creator.sh and we should not assume all shells builtins are implemented by /bin/sh

Merge request reports