6 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
d2e60f3022 Add more comments and let the user know what's happening 2023-08-15 09:10:07 -05:00
Christopher
b9c825d77c Add logging 2023-08-15 09:01:31 -05:00
Christopher
15be8c2c3f Format install scripts 2023-08-14 21:47:41 -05:00
Christopher
0091a6c8c9 Add install script 2023-08-14 21:45:15 -05:00
Christopher
672137ff56 First Commit 2023-08-14 21:39:57 -05:00