From 167028c59f0dc980b27bc5ee4be7b1b6e24fdf53 Mon Sep 17 00:00:00 2001 From: Semih <54319361+semihV23@users.noreply.github.com> Date: Mon, 25 Mar 2024 21:01:29 +0300 Subject: [PATCH] Update install.sh Output text color change. https://github.com/end-4/dots-hyprland/issues/355 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 88cd13b3..0353df71 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ printf ' 2. has not been fully tested, use at your own risk.\n' printf ' 3. does not provide GPU things and you must have set it up yourself.\n' printf "\e[31m" printf "Please CONFIRM that you HAVE ALREADY BACKED UP \"$HOME/.config/\" and \"$HOME/.local/\" folders!\n" -printf "\e[97m" +printf "\e[0m" printf "Enter capital \"YES\" (without quotes) to continue:" read -p " " p case $p in "YES")sleep 0;; *)echo "Received \"$p\", aborting...";exit 1;;esac