Update debian-install.sh

This commit is contained in:
tteckster 2022-04-16 10:02:12 -04:00 committed by GitHub
parent 76a662e837
commit 735822d6da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -36,12 +36,12 @@ CROSS="${RD}✗${CL}"
BFR="\\r\\033[K"
HOLD="[-]"
msg_info() {
function msg_info() {
local msg="$1"
echo -ne " ${HOLD} ${YW}${msg}..."
}
msg_ok() {
function msg_ok() {
local msg="$1"
echo -e "${BFR} ${CM} ${GN}${msg}${CL}"
}