From b1afdfcb6ed7c79b40e620c98dd1c0eb4e7585fb Mon Sep 17 00:00:00 2001
From: JozanLeClerc <bousset.rudy@gmail.com>
Date: Tue, 19 Nov 2019 12:53:30 +0100
Subject: Mistake

---
 joes-arch-install-UEFI.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/joes-arch-install-UEFI.sh b/joes-arch-install-UEFI.sh
index 916733f..47dd35f 100755
--- a/joes-arch-install-UEFI.sh
+++ b/joes-arch-install-UEFI.sh
@@ -262,6 +262,7 @@ while [[ $answr != y && $answr != Y && $answr != yes && $answr != Yes && $answr
 		exit
 	fi
 done
+
 #==================================================================================================#
 #------------------------------------------ USERS SETUP -------------------------------------------#
 #==================================================================================================#
@@ -370,7 +371,7 @@ if [[ $answr == n || $answr == N || $answr == no || $answr == No || $answr == NO
 fi
 answr=""
 echo && echo
-echo -e "${BCYAN}Do you wish to install ${BYELLOW}Xorg ${BCYAN}and ${BYELLOW}gst-plugins ${BCYAN}as well? [${BGREEN}Y${BCYAN}/${BRED}n${BCYAN}]"
+echo -e "${BCYAN}Do you wish to install ${BYELLOW}Xorg ${BCYAN}and ${BYELLOW}gst-plugins ${BCYAN}as well? [${BGREEN}n${BCYAN}/${BRED}N${BCYAN}]"
 echo -n -e "${BYELLOW}> "
 read -r answr
 if [[ $answr == y || $answr == Y || $answr == yes || $answr == Yes || $answr == YES ]]; then
-- 
cgit v1.2.3