From 4345501999bfdc5a7aeb8d268eafeb8de9246aa1 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Wed, 5 Jan 2022 19:33:32 -0300 Subject: [PATCH] Remove unused code --- install.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/install.sh b/install.sh index f9e45ce..66e6521 100755 --- a/install.sh +++ b/install.sh @@ -499,10 +499,6 @@ checkForSystemdUnit() { trap - INT } -# createVarsFile() { -# echo "" -# } - steps=( checkUefi updateSystemClock @@ -565,7 +561,6 @@ runScript() { fi whiptail --title "CocoASAIS" --msgbox "${welcomeMsg}" 0 0 - createVarsFile while [ $i -le "${#steps[@]}" ]; do ${steps[$i]}