aboutsummaryrefslogtreecommitdiffstats
path: root/joes-arch-install-UEFI.sh
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-11-19 12:01:29 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-11-19 12:01:29 +0100
commit84dce4f74e69ce60a8578eaea1f4b87c304c3fd2 (patch)
treec4673ff2404861508824542adfdfe3e94c7c77db /joes-arch-install-UEFI.sh
parentshellchecked (diff)
downloadarch-installer-84dce4f74e69ce60a8578eaea1f4b87c304c3fd2.tar.gz
arch-installer-84dce4f74e69ce60a8578eaea1f4b87c304c3fd2.tar.bz2
arch-installer-84dce4f74e69ce60a8578eaea1f4b87c304c3fd2.tar.xz
arch-installer-84dce4f74e69ce60a8578eaea1f4b87c304c3fd2.tar.zst
arch-installer-84dce4f74e69ce60a8578eaea1f4b87c304c3fd2.zip
Another condition for root part size
Diffstat (limited to 'joes-arch-install-UEFI.sh')
-rwxr-xr-xjoes-arch-install-UEFI.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/joes-arch-install-UEFI.sh b/joes-arch-install-UEFI.sh
index 8445a9d..86c5912 100755
--- a/joes-arch-install-UEFI.sh
+++ b/joes-arch-install-UEFI.sh
@@ -225,8 +225,10 @@ else
fi
if [ "$rts" -ge 100 ]; then
echo -e "# / > ROOT partition size: ${BYELLOW}$rtsze ${BMAGENTA}#"
-else
+else if [ "$rts" -ge 10 ]; then
echo -e "# / > ROOT partition size: ${BYELLOW}$rtsze ${BMAGENTA}#"
+else
+ echo -e "# / > ROOT partition size: ${BYELLOW}$rtsze ${BMAGENTA}#"
fi
echo -e "# /home > HOME partition size: ${BYELLOW}all that remains ${BMAGENTA}#
# #