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:
dann-merlin
2025-02-21 10:09:18 +01:00
committed by GitHub
parent 6b30748ae0
commit 000234d0f3
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
## Keyitdev https://github.com/Keyitdev/sddm-astronaut-theme
## Copyright (C) 2022-2025 Keyitdev