Update debian-v3.sh

This commit is contained in:
tteckster 2022-04-16 10:12:13 -04:00 committed by GitHub
parent d8ebbc568b
commit 75126ff601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ BGN=`echo "\033[4;92m"`
GN=`echo "\033[32m"` GN=`echo "\033[32m"`
CL=`echo "\033[m"` CL=`echo "\033[m"`
BFR="\\r\\033[K" BFR="\\r\\033[K"
HOLD="[-]" HOLD="-"
CM="${GN}${CL}" CM="${GN}${CL}"
APP="Debian" APP="Debian"
NSAPP=$(echo ${APP,,} | tr -d ' ') NSAPP=$(echo ${APP,,} | tr -d ' ')