MycroftAI / enclosure-picroft

Mycroft interface for Raspberry Pi environment
https://mycroft.ai/documentation/picroft
GNU Lesser General Public License v3.0
803 stars 191 forks source link

Add mycroft-setup-wizard command #154

Closed krisgesling closed 3 years ago

krisgesling commented 3 years ago

For some reason the mycroft-setup-wizard alias no longer exists. This re-adds the command.

It was previously set as an alias in .bashrc but as described in #124 this only worked for local sessions, not over SSH. To fix #124 this adds the equivalent command to the ~/bin/ directory.

Currently this does not scrub the previously input choices eg any lines added to audio_setup.sh by previous runs of the wizard. Any new lines should however be executed after the old ones so will take precedence. By not scrubbing it the user can exit the wizard and retain their previous settings. This seems safer and is consistent with the existing behaviour of the alias.

Description of how to validate or test this PR

Add this and call it over an SSH session.

CLA