This allows easy uninstalling of the deps later on by just running "apk
del makedeps-mycroft-gui"
Type of PR
If your PR fits more than one category, there is a high chance you should submit more than one PR. Please consider this carefully before opening the PR.
Either delete those that do not apply, or add an x between the square brackets like so: - [x]
[ ] Bugfix
[x] Feature implementation
[ ] Refactor of code (without functional changes)
[ ] Documentation improvements
[ ] Test improvements
Testing
On an Alpine Linux system, run dev_setup.sh like normal. Once finished, run apk del makedeps-mycroft-core and see it uninstalling everything properly.
Description
This allows easy uninstalling of the deps later on by just running "apk del makedeps-mycroft-gui"
Type of PR
If your PR fits more than one category, there is a high chance you should submit more than one PR. Please consider this carefully before opening the PR. Either delete those that do not apply, or add an x between the square brackets like so:
- [x]
Testing
On an Alpine Linux system, run
dev_setup.sh
like normal. Once finished, runapk del makedeps-mycroft-core
and see it uninstalling everything properly.