diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-19 11:56:14 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-19 11:56:14 +0100 |
commit | d53362b908d8440f3a46833d7f2abc51bc797764 (patch) | |
tree | 3a6c650db4028daee9e852ec56e416f89a5f2078 /joes-arch-install-UEFI.sh | |
parent | -e again (diff) | |
download | arch-installer-d53362b908d8440f3a46833d7f2abc51bc797764.tar.gz arch-installer-d53362b908d8440f3a46833d7f2abc51bc797764.tar.bz2 arch-installer-d53362b908d8440f3a46833d7f2abc51bc797764.tar.xz arch-installer-d53362b908d8440f3a46833d7f2abc51bc797764.tar.zst arch-installer-d53362b908d8440f3a46833d7f2abc51bc797764.zip |
Forgot echo
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 4c6a8bf..be4b388 100755 --- a/joes-arch-install-UEFI.sh +++ b/joes-arch-install-UEFI.sh @@ -179,7 +179,7 @@ while [[ $answr != y && $answr != Y && $answr != yes && $answr != Yes && $answr echo && echo echo -e "${BCYAN}\ Please enter your ${BYELLOW}swap partition ${BCYAN}disired size: -_G" +__G" echo -n -e "${BYELLOW}> " read -r swps if [[ $swps == "" ]]; then @@ -228,7 +228,7 @@ if [ $rts -ge 100 ]; then else echo -e "# / > ROOT partition size: ${BYELLOW}$rtsze ${BMAGENTA}#" fi -"# /home > HOME partition size: ${BYELLOW}all that remains ${BMAGENTA}# +echo -e "# /home > HOME partition size: ${BYELLOW}all that remains ${BMAGENTA}# # # #=====================================================#${END}" echo && echo |