From 9024b7f92386dc193065fcbf6bd886de411e83c2 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 19 Nov 2019 13:22:37 +0100 Subject: Typo --- joes-arch-install-UEFI.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joes-arch-install-UEFI.sh b/joes-arch-install-UEFI.sh index 1d944db..05ff970 100755 --- a/joes-arch-install-UEFI.sh +++ b/joes-arch-install-UEFI.sh @@ -366,7 +366,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}n${BCYAN}/${BRED}N${BCYAN}]" +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 -n -e "${BYELLOW}> " read -r answr if [[ $answr == y || $answr == Y || $answr == yes || $answr == Yes || $answr == YES ]]; then -- cgit v1.2.3