From ad79c3b274d0b955be19049b318b62259b28a8b4 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sun, 26 Dec 2021 21:56:40 -0300 Subject: [PATCH] Update partDisks() --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 2bf3751..628aa42 100755 --- a/install.sh +++ b/install.sh @@ -30,7 +30,7 @@ updateSystemClock() { exitIfCancel() { if [ $? -eq 1 ]; then - whiptail --msgbox "${1}. Therefore, the installation process will stop, but you can continue where you left off by running:\n\nsh CocoASIAS" 0 0 + whiptail --msgbox "${1} Therefore, the installation process will stop, but you can continue where you left off by running:\n\nsh CocoASIAS" 0 0 echo "${2}" > CocoASAIS.log exit 1 fi @@ -39,7 +39,7 @@ exitIfCancel() { partDisks() { local IFS=$'\n' setDelimiters "" - formatOptions $(lsblk -dpnlo NAME,SIZE) + formatOptions $(lsblk -dpnlo NAME,SIZE -e 7,11) result=$(whiptail --title "Select a disk." --menu "" 0 0 0 "${options[@]}" 3>&1 1>&2 2>&3) exitIfCancel "You must select a disk." "partDisks"