aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xjoes-arch-install-UEFI.sh3
1 files changed, 2 insertions, 1 deletions
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