change shebang for bootstrap script

This commit is contained in:
Alexander Navarro 2024-08-08 12:47:07 -04:00
parent 8e0254440a
commit 0dbd29d271

View file

@ -1,6 +1,4 @@
#!/usr/bin/env bash #!/bin/sh
set -e
NO_FORMAT="\033[0m" NO_FORMAT="\033[0m"
C_DODGERBLUE1="\033[38;5;33m" C_DODGERBLUE1="\033[38;5;33m"