Update glacier.conf

This commit is contained in:
everest 2022-04-20 19:41:19 +00:00 committed by GitHub
parent 1b446e7096
commit 143aa68687
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,3 +9,14 @@ GREPO3=universe
#GREPO6=galaxy-testing
#GREPO7=universe-testing
#GREPO8=multiverse-testing
# Define colors and unicode symbols to be used
export red="\033[1;31m"
export green="\033[1;32m"
export yellow="\033[1;33m"
export blue="\033[1;34m"
export reset="\033[m"
export check="\xE2\x9C\x93"
export error="\xE2\x9C\x95"
export warning="\x21"
export question="\x3F"