Removed options that are no longer relevant due to script flow and moved 'WiFi Setup' to bottom
This commit is contained in:
2
menu.sh
2
menu.sh
@@ -26,7 +26,7 @@ while [[ ! "${option}" == 'Exit' ]]; do
|
|||||||
#################
|
#################
|
||||||
|
|
||||||
EOF
|
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
|
do
|
||||||
case "${option}" in
|
case "${option}" in
|
||||||
'List'|'Configure'|'Install'|'Finalize'|'WiFi Setup'|'Exit')
|
'List'|'Configure'|'Install'|'Finalize'|'WiFi Setup'|'Exit')
|
||||||
|
|||||||
Reference in New Issue
Block a user