Remove unused code
This commit is contained in:
parent
1446d770f7
commit
4345501999
|
@ -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]}
|
||||
|
|
Loading…
Reference in New Issue