diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-19 12:04:09 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-19 12:04:09 +0100 |
commit | 112f0c41642a944fa7f7b8d0ee935cf4975ee940 (patch) | |
tree | 6d0722fd60f3eeadf309aa7c4239365b2033f180 | |
parent | Removed clear (diff) | |
download | arch-installer-112f0c41642a944fa7f7b8d0ee935cf4975ee940.tar.gz arch-installer-112f0c41642a944fa7f7b8d0ee935cf4975ee940.tar.bz2 arch-installer-112f0c41642a944fa7f7b8d0ee935cf4975ee940.tar.xz arch-installer-112f0c41642a944fa7f7b8d0ee935cf4975ee940.tar.zst arch-installer-112f0c41642a944fa7f7b8d0ee935cf4975ee940.zip |
Forgo -e, forgot colors
Diffstat (limited to '')
-rwxr-xr-x | joes-arch-install-UEFI.sh | 4 |
1 files 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 # |