diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-18 22:53:04 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-18 22:53:04 +0100 |
commit | dbcbc440e640302657ef201bb85aeaea5790c0d6 (patch) | |
tree | 3130b421179bfb216066c915f2af71b12cade6cf | |
parent | Even more colors (diff) | |
download | arch-installer-dbcbc440e640302657ef201bb85aeaea5790c0d6.tar.gz arch-installer-dbcbc440e640302657ef201bb85aeaea5790c0d6.tar.bz2 arch-installer-dbcbc440e640302657ef201bb85aeaea5790c0d6.tar.xz arch-installer-dbcbc440e640302657ef201bb85aeaea5790c0d6.tar.zst arch-installer-dbcbc440e640302657ef201bb85aeaea5790c0d6.zip |
Mistakes were made
Diffstat (limited to '')
-rwxr-xr-x | joes-arch-install-UEFI.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/joes-arch-install-UEFI.sh b/joes-arch-install-UEFI.sh index 91c6d26..139bf44 100755 --- a/joes-arch-install-UEFI.sh +++ b/joes-arch-install-UEFI.sh @@ -178,7 +178,7 @@ while [[ $answr != y && $answr != Y && $answr != yes && $answr != Yes && $answr echo -e "${BBLUE}\ Please enter your swap partition disired size: _G" - echo -n "> " + echo -n -e "> " read -r swps if [[ $swps == "" ]]; then echo && echo @@ -199,7 +199,7 @@ _G" echo -e "${BBLUE}\ Please enter your root partition disired size: __G" - echo -n "> " + echo -n -e "> " read -r rts if [[ $rts == "" ]]; then echo && echo @@ -222,8 +222,8 @@ __G" # # #=====================================================#${END}" echo && echo - echo "Is that correct? [y/N]" - echo -n "> " + echo "${BBLUE}Is that correct? [y/N]" + echo -n -e "> " read -r answr if [[ $answr != y && $answr != Y && $answr != yes && $answr != Yes && $answr != YES ]]; then echo && echo |