Commit Graph

3 Commits

Author SHA1 Message Date
Christopher
222e6af258 🔧 refactor: Use #!/usr/bin/env bash in all shell scripts (#16)
This commit refactors all the shell scripts to use `#!/usr/bin/env bash` instead of `#!/bin/bash`. This change ensures that the scripts will run with the system's default Bash interpreter, even if it is not located at the standard `/bin/bash` path.
2024-10-23 13:32:15 -05:00
Christopher
daaa05fdbd feat: Refactor run script for Invoice Ninja setup by separating environment file copy into its own command for clarity 2024-08-11 21:24:17 -05:00
Christopher
f967249292 feat: Add README and run script for Invoice Ninja setup on CasaOS, including branding and support information 2024-08-11 21:11:38 -05:00