From 1ff803c04460edfcfcb2dd6b0da57f6edc471cfd Mon Sep 17 00:00:00 2001 From: everest Date: Tue, 19 Apr 2022 17:44:36 -0400 Subject: [PATCH] Update glacier-install.sh --- scripts/glacier-install.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/scripts/glacier-install.sh b/scripts/glacier-install.sh index e4ff462..07fea54 100644 --- a/scripts/glacier-install.sh +++ b/scripts/glacier-install.sh @@ -3,17 +3,17 @@ # Script used to fetch installation scripts and run them # Define colors -red="\033[1;31m" -green="\033[1;32m" -yellow="\033[1;33m" -blue="\033[1;34m" -reset="\033[m" +export red="\033[1;31m" +export green="\033[1;32m" +export yellow="\033[1;33m" +export blue="\033[1;34m" +exportreset="\033[m" # Define unicode symbols -check="\xE2\x9C\x93" -error="\xE2\x9C\x95" -warning="\x21" -question="\x3F" +export check="\xE2\x9C\x93" +export error="\xE2\x9C\x95" +export warning="\x21" +export question="\x3F" # Require the script to be run as root if [[ $(/usr/bin/id -u) -ne 0 ]]; then