aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xjoes-arch-install-UEFI.sh4
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