From a9999766b81b05ae5eb02dfd18fc9228302a3e34 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 1 Aug 2022 12:12:28 -0400 Subject: [PATCH] Update debian-v4.sh --- ct/debian-v4.sh | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/ct/debian-v4.sh b/ct/debian-v4.sh index 5f99592f..fae80a9f 100644 --- a/ct/debian-v4.sh +++ b/ct/debian-v4.sh @@ -44,12 +44,11 @@ else fi function header_info { echo -e "${RD} - _____ _ _ - | __ \ | | (_) - | | | | ___| |__ _ __ _ _ __ - | | | |/ _ \ _ \| |/ _ | _ \ - | |__| | __/ |_) | | (_| | | | | - |_${YW}v4${RD}__/ \___|_.__/|_|\__,_|_| |_| + ____ __________ _______ _ __ + / __ \/ ____/ __ )/ _/ | / | / / + / / / / __/ / __ |/ // /| | / |/ / + / /_/ / /_v4/ /_/ // // ___ |/ /| / +/_____/_____/_____/___/_/ |_/_/ |_/ ${CL}" } function msg_info() { @@ -72,7 +71,7 @@ fi function default_settings() { 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}" - CT_TYPE="1" + CT_TYPE="1" echo -e "${DGN}Using Root Password: ${BGN}Automatic Login${CL}" PW="" echo -e "${DGN}Using Container ID: ${BGN}$NEXTID${CL}"