We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
-e
Add -e : Try to automatically fix the configuration of raspberry pi using raspi-config tool (source).
raspi-config
The raspi-config tool can be run in "non-interactive" mode using raspi-config nonint <command> [params]
raspi-config nonint <command> [params]
-e should be included in -A option
-A
The text was updated successfully, but these errors were encountered:
Add option -E (#11)
af4ed07
* Add option -E * Update README.md * Closes #10
Vinalti
Successfully merging a pull request may close this issue.
Add
-e
: Try to automatically fix the configuration of raspberry pi usingraspi-config
tool (source).The
raspi-config
tool can be run in "non-interactive" mode usingraspi-config nonint <command> [params]
-e
should be included in-A
optionThe text was updated successfully, but these errors were encountered: