Update debian-v4.sh

pull/403/head
tteckster 2022-08-01 12:12:28 -04:00 committed by GitHub
parent 4df37263d6
commit a9999766b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 7 deletions

View File

@ -44,12 +44,11 @@ else
fi fi
function header_info { function header_info {
echo -e "${RD} echo -e "${RD}
_____ _ _ ____ __________ _______ _ __
| __ \ | | (_) / __ \/ ____/ __ )/ _/ | / | / /
| | | | ___| |__ _ __ _ _ __ / / / / __/ / __ |/ // /| | / |/ /
| | | |/ _ \ _ \| |/ _ | _ \ / /_/ / /_v4/ /_/ // // ___ |/ /| /
| |__| | __/ |_) | | (_| | | | | /_____/_____/_____/___/_/ |_/_/ |_/
|_${YW}v4${RD}__/ \___|_.__/|_|\__,_|_| |_|
${CL}" ${CL}"
} }
function msg_info() { function msg_info() {
@ -72,7 +71,7 @@ fi
function default_settings() { function default_settings() {
echo -e "${DGN}Using ${var_os} Version: ${BGN}${var_version}${CL}" echo -e "${DGN}Using ${var_os} Version: ${BGN}${var_version}${CL}"
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1" CT_TYPE="1"
echo -e "${DGN}Using Root Password: ${BGN}Automatic Login${CL}" echo -e "${DGN}Using Root Password: ${BGN}Automatic Login${CL}"
PW="" PW=""
echo -e "${DGN}Using Container ID: ${BGN}$NEXTID${CL}" echo -e "${DGN}Using Container ID: ${BGN}$NEXTID${CL}"