Removed options that are no longer relevant due to script flow and moved 'WiFi Setup' to bottom

This commit is contained in:
2026-01-01 13:09:23 -05:00
parent ee2967c522
commit e78d63fee7

View File

@@ -26,7 +26,7 @@ while [[ ! "${option}" == 'Exit' ]]; do
#################
EOF
select option in 'List' 'Configure' 'Pre Install' 'Install' 'WiFi Setup' 'Post Install' 'Finalize' 'Exit'
select option in 'List' 'Configure' 'Install' 'Finalize' 'WiFi Setup' 'Exit'
do
case "${option}" in
'List'|'Configure'|'Install'|'Finalize'|'WiFi Setup'|'Exit')