Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Step 5. Apply your current user info fails with "Invalid option. Exiting script." #80

Closed
victorhooi opened this issue May 16, 2024 · 1 comment

Comments

@victorhooi
Copy link
Contributor

I'm trying to follow the install guide in the README on a new box.

I'm at step 5. and running the following comman:

foobar$ nix run .#apply

However, it seems to fail here:

Running apply for aarch64-darwin
Would you mind quickly starring my Github repo? yes/no [yes]: 
yes
Please enter your email: 
john@example.com
Please enter your name: 
John Smith
Username: foobar
Email: john@example.com
Name: John Smith
Is this correct? yes/no: 
yes
Invalid option. Exiting script.

However, there's no details on which part is the "invalid option".

Is it possible to find out what's going on here, or get some more verbose logging?

@dustinlyons
Copy link
Owner

This was a bug. The script was asking you for yes/no but only accepted y/n. I just patched and pushed a new change to accept yes/no in addition to other options.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants