diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-19 12:51:22 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-19 12:51:22 +0100 |
commit | 098ff48029e4879c05eb76de436bf0a288ae1e87 (patch) | |
tree | 95b364e009527d50cdbb5d57ae3953034124ee72 | |
parent | Nice display for packages installing (diff) | |
download | arch-installer-098ff48029e4879c05eb76de436bf0a288ae1e87.tar.gz arch-installer-098ff48029e4879c05eb76de436bf0a288ae1e87.tar.bz2 arch-installer-098ff48029e4879c05eb76de436bf0a288ae1e87.tar.xz arch-installer-098ff48029e4879c05eb76de436bf0a288ae1e87.tar.zst arch-installer-098ff48029e4879c05eb76de436bf0a288ae1e87.zip |
Typo
-rwxr-xr-x | joes-arch-install-UEFI.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/joes-arch-install-UEFI.sh b/joes-arch-install-UEFI.sh index aee5bb4..916733f 100755 --- a/joes-arch-install-UEFI.sh +++ b/joes-arch-install-UEFI.sh @@ -249,7 +249,7 @@ done answr="n" while [[ $answr != y && $answr != Y && $answr != yes && $answr != Yes && $answr != YES ]]; do echo && echo - echo -e "${BRED}Disk $drv will be wiped. Are you sure you want to continue? [${BGREEN}y${BRED}/${BRED}N${BRED}${END}" + echo -e "${BRED}Disk ${BYELLOW}$drv ${BRED}will be wiped. Are you sure you want to continue? [${BGREEN}y${BRED}/${BRED}N${BRED}]${END}" echo -n -e "${BRED}> " read -r answr if [[ $answr != y && $answr != Y && $answr != yes && $answr != Yes && $answr != YES ]]; then |