diff options
Diffstat (limited to 'joes-arch-install-UEFI.sh')
-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 bc53827..224df0d 100755 --- a/joes-arch-install-UEFI.sh +++ b/joes-arch-install-UEFI.sh @@ -222,7 +222,7 @@ __G" # # #=====================================================#${END}" echo && echo - echo "${BBLUE}Is that correct? [y/N]" + echo -e "${BBLUE}Is that correct? [y/N]" echo -n -e "${BBLUE}> " read -r answr if [[ $answr != y && $answr != Y && $answr != yes && $answr != Yes && $answr != YES ]]; then |