From 6e64473479b76ea43c7d4bfc0f95027921b65c3c Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 15 Mar 2022 22:04:07 -0400 Subject: [PATCH] test --- install/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.sh b/install/install.sh index c3692a2..c0f655b 100644 --- a/install/install.sh +++ b/install/install.sh @@ -1,5 +1,5 @@ #!/bin/bash -s + ## These are the colors used throughout the script. COL_YELLOW='\e[1;33m%s\e[0m\n' COL_LIGHT_BLUE='\e[38;5;111m%s\e[0m\n'