mirror of
https://github.com/Keyitdev/sddm-astronaut-theme.git
synced 2026-09-24 02:22:09 +00:00
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.
This commit is contained in:
Reference in New Issue
Block a user