Would a mycroft uninstall script be difficult?
I was having some issues with an install, and wanted to uninstall everything done, but wasn’t sure what all needed to be removed.
This obviusly just for the dev_setup not installs handled by packmanagers
Had to delete the following dirs:
/opt/mycroft
${HOME}/.mycroft
${HOME}/mycroft-core
/tmp/mycroft
/var/tmp/mycroft_web_cache.json
You may have to delete:
/etc/mycroft
/var/lib/mycroft
``This seemed to work and the new install acted like a fresh one.
is there anything missing in this (beside removing unused packages that were installed)?
Is there better way to refresh the git repo rather than delete and git cloning again?