Update debian.sh

This commit is contained in:
tteckster 2022-04-08 16:03:33 -04:00 committed by GitHub
parent 71b23fae9e
commit 73078305e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ YW=`echo "\033[33m"`
BL=`echo "\033[36m"`
RD=`echo "\033[01;31m"`
CM='\xE2\x9C\x94\033'
GN=`echo "\033[1;92m"`
GN=`echo "\033[32m"`
CL=`echo "\033[m"`
APP="Debian"
HN=$(echo ${APP,,} | tr -d ' ')