-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
Hi,
while running the install script one is asked to enter the shell name.
What's your shell? [ zsh ]:
The [zsh] looks like a default value and if you just hit enter there is no check of an empty input, so the script fails.
Suggestion:
Change output to something like:
What's your shell? (0: zsh, 1: bash, ... ) [default: 0]:
And add the default check!
Reactions are currently unavailable