From 496fb5e2c6a78f6fbfb1f88040ac42b522951b83 Mon Sep 17 00:00:00 2001 From: Simon Let Date: Sat, 27 Nov 2021 02:07:02 +0100 Subject: [PATCH] typo --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 098ee23..6d218e4 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -128,7 +128,7 @@ fi echo echo "This installations has two modes:" echo " * Automatic - no question asked - RECOMMENDED" -echo " * Guided - prompts to give you more control - useful if you have you a heavily customized shell configuration" +echo " * Guided - prompts to give you more control - useful if you have heavily customized shell configuration" if ask_Yn ">>> Would you like to use the AUTOMATIC install mode?"; then SKIP_ASK_PROMPTS=1 echo "Using automatic install mode ..."