Update debian.sh

pull/84/head
tteckster 2022-02-24 12:27:03 -05:00 committed by GitHub
parent ef1c7a0369
commit 8e5286ae9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -16,17 +16,12 @@ done
clear clear
function header_info { function header_info {
echo -e "${RD} echo -e "${RD}
_____ _ _ _____ _ _
| __ \ | | (_) | __ \ | | (_)
| | | | ___| |__ _ __ _ _ __ | | | | ___| |__ _ __ _ _ __
| | | |/ _ \ _ \| |/ _ | _ \ | | | |/ _ \ _ \| |/ _ | _ \
| |__| | __/ |_) | | (_| | | | | | |__| | __/ |_) | | (_| | | | |
|_____/ \___|_.__/|_|\__,_|_| |_| |_____/ \___|_.__/|_|\__,_|_| |_|
${CL}" ${CL}"
} }