From fd2aebefc0791585ad05e1e4761951d60a7bae15 Mon Sep 17 00:00:00 2001 From: Yuri Kuit Date: Mon, 6 Jul 2026 16:39:38 +0200 Subject: [PATCH] v3-revamp --- 0-setup-linux.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/0-setup-linux.sh b/0-setup-linux.sh index e1e33e0..5c4befa 100755 --- a/0-setup-linux.sh +++ b/0-setup-linux.sh @@ -110,7 +110,7 @@ if [[ -n "$OS" ]]; then color_cyan "----------------------------------------------------------------" else color_red "----------------------------------------------------------------" - color_red "ERROR: Unsupported or unknown Linux distribution.\n" + color_red "ERROR: Unsupported or unknown Linux distribution." color_red "Detected: ID=" "$OS_ID" "ID_LIKE=" "${OS_LIKE:-empty}" color_red "----------------------------------------------------------------" exit 1 @@ -144,7 +144,7 @@ if [[ -n "$DE" ]]; then color_cyan "----------------------------------------------------------------" else echo - printf "No Desktop Environment detected. Select one to install:\n" + printf "No Desktop Environment detected. Select one to install:" while true; do echo " 1) XFCE" echo " 2) Plasma" @@ -175,13 +175,13 @@ pause_if_debug #------------------------------------------ echo color_yellow "----------------------------------------------------------------" -color_yellow "Tiling WM Selection\n" +color_yellow "Tiling WM Selection" color_yellow "----------------------------------------------------------------" echo while true; do echo - printf "Select a tiling window manager:\n" + printf "Select a tiling window manager:" echo " 1) CHADWM" echo " 2) Hyprland" echo " 3) Niri" @@ -211,13 +211,13 @@ pause_if_debug #------------------------------------------ echo color_yellow "----------------------------------------------------------------" -color_yellow "Installation Level Selection\n" +color_yellow "Installation Level Selection" color_yellow "----------------------------------------------------------------" echo while true; do echo - printf "Select installation level:\n" + printf "Select installation level:" echo " 1) minimal" echo " 2) full" echo " 3) workstation" @@ -286,5 +286,5 @@ bash "$OS_SCRIPT" || { echo color_yellow "----------------------------------------------------------------" -printf "End Detection\n" +printf "End Detection" color_yellow "----------------------------------------------------------------" \ No newline at end of file