From e78d63fee711bd37aa0a3cf694b3ef17624427ed Mon Sep 17 00:00:00 2001 From: "Jean (east-high-Nerd)" Date: Thu, 1 Jan 2026 13:09:23 -0500 Subject: [PATCH] Removed options that are no longer relevant due to script flow and moved 'WiFi Setup' to bottom --- menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu.sh b/menu.sh index 57140d9..f73e4cd 100755 --- a/menu.sh +++ b/menu.sh @@ -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')