Browse Source

Update debian-v4.sh

tteckster 2 years ago
parent
commit
a9999766b8
1 changed files with 6 additions and 7 deletions
  1. 6 7
      ct/debian-v4.sh

+ 6 - 7
ct/debian-v4.sh

@@ -44,12 +44,11 @@ else
 fi
 fi
 function header_info {
 function header_info {
 echo -e "${RD}
 echo -e "${RD}
-  _____       _     _             
- |  __ \     | |   (_)            
- | |  | | ___| |__  _  __ _ _ __  
- | |  | |/ _ \  _ \| |/ _  |  _ \ 
- | |__| |  __/ |_) | | (_| | | | |
- |_${YW}v4${RD}__/ \___|_.__/|_|\__,_|_| |_|
+    ____  __________  _______    _   __
+   / __ \/ ____/ __ )/  _/   |  / | / /
+  / / / / __/ / __  |/ // /| | /  |/ / 
+ / /_/ / /_v4/ /_/ // // ___ |/ /|  /  
+/_____/_____/_____/___/_/  |_/_/ |_/   
 ${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}"