From 71e1eef4f645c197b0ab032951231f5b9c57e193 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sun, 20 Nov 2022 21:28:15 +0530 Subject: [PATCH] fix formatting --- install-archlinux.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install-archlinux.sh b/install-archlinux.sh index 030d3d8..eee7063 100755 --- a/install-archlinux.sh +++ b/install-archlinux.sh @@ -125,9 +125,7 @@ echo "Do you want a separate \`home\` and \`root\` partition? $YES_NO_OPTION" read SEPARATE_HOME_ROOT if [[ $SEPARATE_HOME_ROOT == "Y" || $SEPARATE_HOME_ROOT == "y" ]]; then - tput -x clear - - echo "You chose that you want separate home and root partitions." + echo -e "\n\n\n\nYou chose that you want separate home and root partitions." echo "You will$FONT_BOLD not$FONT_NORM be asked for the Home partition's size. It will occupy the remaining space.\n" echo "Please enter the size of root partition in GiB (without the unit)." echo -e "10% or 12GB (whichever is greater) of the total drive space is usually a good idea.\n"