From 4d9f1502779c966482050b588caaee23ed7a3778 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Sat, 16 Apr 2022 07:41:38 -0400
Subject: [PATCH] Update ubuntu-install.sh

---
 setup/ubuntu-install.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup/ubuntu-install.sh b/setup/ubuntu-install.sh
index c3bbca0f..3ba3ae2f 100644
--- a/setup/ubuntu-install.sh
+++ b/setup/ubuntu-install.sh
@@ -22,12 +22,12 @@ function msg() {
   echo -e "$TEXT"
 }
 
-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[1;92m"`
 CL=`echo "\033[m"`
+CM="${GN}✓${CL}"
+CROSS="${RD}✗${CL}"
 RETRY_NUM=10
 RETRY_EVERY=3
 NUM=$RETRY_NUM