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
set -e
#!/bin/sh
NO_FORMAT="\033[0m"
C_DODGERBLUE1="\033[38;5;33m"