MycroftAI / enclosure-picroft

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

Tweaks to auto_run script #105

Closed penrods closed 5 years ago

penrods commented 5 years ago

The start-mycroft script was mistakenly being run twice on startup, including when SSHing in to the system.

Also switched from "source" to "bash". There is not a good reason to run it in the current environment, and likely unexpected side effects.

Finally, added a software update step right after the network connects. This makes the experience cleaner.