From a753cbf12cca113e64cded60e609b703c07341fe Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 15 Apr 2022 14:39:21 -0400 Subject: [PATCH] Update debian-install.sh --- setup/debian-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/debian-install.sh b/setup/debian-install.sh index 622a77b4..3e7149c7 100644 --- a/setup/debian-install.sh +++ b/setup/debian-install.sh @@ -26,7 +26,7 @@ CROSS='\033[1;31m\xE2\x9D\x8C\033[0m' RD=`echo "\033[01;31m"` BL=`echo "\033[36m"` CM='\xE2\x9C\x94\033' -GN=`echo "\033[32m"` +GN=`echo "\033[1;92m"` CL=`echo "\033[m"` RETRY_NUM=10 RETRY_EVERY=3