aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-11-19 12:51:22 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-11-19 12:51:22 +0100
commit098ff48029e4879c05eb76de436bf0a288ae1e87 (patch)
tree95b364e009527d50cdbb5d57ae3953034124ee72
parentNice display for packages installing (diff)
downloadarch-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-xjoes-arch-install-UEFI.sh2
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