From 20892e9df1acd03f19dcc46c442cf36f883acaa5 Mon Sep 17 00:00:00 2001 From: clsty Date: Fri, 5 Jan 2024 06:47:25 +0800 Subject: [PATCH] Minor typo fix. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d2b3064b4..3b80e7720 100755 --- a/install.sh +++ b/install.sh @@ -36,7 +36,7 @@ printf ' 2. has not been fully tested, use at your own risk.\n' printf "\e[31m" printf "Please CONFIRM that you HAVE ALREADY BACKED UP \"$HOME/.config/\" and \"$HOME/.local/\" folders!\n" printf "\e[97m" -printf "Enter the capital \"YES\" (without quotes) to continue: " +printf "Enter capital \"YES\" (without quotes) to continue: " read -p " " p case $p in "YES")sleep 0;; *)exit;;esac printf '\n'