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]}