This commit is contained in:
tteckster 2023-03-23 04:22:01 -04:00 committed by GitHub
parent d3b7ccc333
commit 3d6eea5831
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -68,7 +68,7 @@ arch_check() {
echo_default() { echo_default() {
if [ "$var_os" == "ubuntu" ]; then if [ "$var_os" == "ubuntu" ]; then
echo -e "${DGN}Using ${var_os} Version: ${BGN}${var_version}${CL}" echo -e "${DGN}Using ${var_os} Version: ${BGN}${var_version}${CL}"
fi fi
echo -e "${DGN}Using Container Type: ${BGN}$CT_TYPE${CL}" echo -e "${DGN}Using Container Type: ${BGN}$CT_TYPE${CL}"
echo -e "${DGN}Using Root Password: ${BGN}Automatic Login${CL}" echo -e "${DGN}Using Root Password: ${BGN}Automatic Login${CL}"
@ -106,8 +106,8 @@ advanced_settings() {
"22.10" "Kinetic" OFF \ "22.10" "Kinetic" OFF \
3>&1 1>&2 2>&3); then 3>&1 1>&2 2>&3); then
echo -e "${DGN}Using Ubuntu Version: ${BGN}$var_version${CL}" echo -e "${DGN}Using Ubuntu Version: ${BGN}$var_version${CL}"
else else
exit-script exit-script
fi fi
fi fi