Remove unused code

This commit is contained in:
Santiago Lo Coco 2022-01-05 19:33:32 -03:00
parent 1446d770f7
commit 4345501999
1 changed files with 0 additions and 5 deletions

View File

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