From f8631ae087ae5069ff6851e52a90e2a3c15fa8d6 Mon Sep 17 00:00:00 2001 From: clsty Date: Fri, 5 Jan 2024 06:45:19 +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 6facf423b..d2b3064b4 100755 --- a/install.sh +++ b/install.sh @@ -34,7 +34,7 @@ printf "\e[34m[$0]: Hi there!\n" printf 'This script 1. only works for ArchLinux and Arch-based distros.\n' 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/\"\n folders!\n" +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: " read -p " " p