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

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}"
}