From 112f0c41642a944fa7f7b8d0ee935cf4975ee940 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 19 Nov 2019 12:04:09 +0100 Subject: Forgo -e, forgot colors --- joes-arch-install-UEFI.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/joes-arch-install-UEFI.sh b/joes-arch-install-UEFI.sh index ad3178c..a4f8140 100755 --- a/joes-arch-install-UEFI.sh +++ b/joes-arch-install-UEFI.sh @@ -370,7 +370,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? [y/N]" +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 @@ -403,7 +403,7 @@ sleep 2 #================================================================# clear -echo "${BMAGENTA}\ +echo -e "${BMAGENTA}\ #====== IV. INSTALLING LINUX =====# # # # 2. Partitionning # -- cgit v1.2.3