From f2cdde5144701dea1786b1d82606251fe1f3b6a8 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Thu, 23 Dec 2021 22:36:31 -0300 Subject: [PATCH] Test pipeline --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 541df55..d9bb428 100755 --- a/install.sh +++ b/install.sh @@ -33,7 +33,7 @@ partDisks() { result=$(whiptail --yesno "Do you want me to automatically partition and format the disk for you?" 0 0 3>&1 1>&2 2>&3) if [ $? -eq 1 ]; then gdisk $disk - # TODO: ask user for the partitions and do formatPart and mountPart + # TODO: ask user for the partitions and do formatPart and mountPart. return fi @@ -169,4 +169,4 @@ runScript() { finishInstallation } -runScript \ No newline at end of file +runScript