From d53362b908d8440f3a46833d7f2abc51bc797764 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 19 Nov 2019 11:56:14 +0100 Subject: Forgot echo --- joes-arch-install-UEFI.sh | 4 ++-- 1 file 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 -- cgit v1.2.3