-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hello! Great script!
I love the script! It would be great if we can change the port and startup behavior during and after install. This could be where Option 1 is install with defaults and behaves exactly as it does now, and option 2 is "custom install" or because we only have a handful of options...
under install instead of asking a number change it so just pressing enter defaults for example:
Choose download source or press enter for default:
Choose [1-2] [default 1]:
Then change the message so it doesn't say invalid option (if enter is pressed vs an actual invalid option) but net result is the same.
Then have 2 more dialogs.
Choose port or press enter for default port:
Port [1-65535] [default:8888]:
Run automatically on startup? [y/N] [default: Y]:
Not sure if the code handles port already in use or what have you but this would make it a bit more robust!
Thanks for the consideration!