From c332bfffbc12c31682673aa995c65a20d0590309 Mon Sep 17 00:00:00 2001 From: Yuri Kuit Date: Mon, 6 Jul 2026 16:40:32 +0200 Subject: [PATCH] v3-revamp-fedora --- fedora/fedora.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora/fedora.sh b/fedora/fedora.sh index 8e672cb..cb0c583 100755 --- a/fedora/fedora.sh +++ b/fedora/fedora.sh @@ -194,6 +194,6 @@ if read -t 10 -rp "Reboot now? [y/N]: " reboot_choice; then ;; esac else - color_yellow "\nNo input detected. Skipping reboot for safety." + color_yellow "No input detected. Skipping reboot for safety." exit 0 fi \ No newline at end of file