Commit Graph
1 Commits
Author SHA1 Message Date
dann-merlinandGitHub 000234d0f3 Fix shebang
The setup.sh script appears to use some non-posix compliant syntax.
Specifically $(("new_number")) in line 80 resulted in an error when using dash as /bin/sh. This commit therefore updates the shebang to use /bin/bash instead.
2025-02-21 10:09:18 +01:00