Update debian-install.sh

pull/152/head
tteckster 3 years ago committed by GitHub
parent 76a662e837
commit 735822d6da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save

Powered by BW's shoe-string budget.