aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mycroft-core/mycroft-core.post-install
blob: 90c4336c55904ec056124d931f8a44b2e8c035ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

cat <<EOF
mycroft-core installs with the most basic skills required to get the package working.
If you want all the official MycroftAI skills, consider installing the mycroft-skills meta package.

Since there currently isn't a single end-point to start Mycroft, you'll need to run the following manually:
- /usr/bin/mycroft-messagebus
- /usr/bin/mycroft-audio
- /usr/bin/mycroft-speech-client
- /usr/bin/mycroft-skills
- /usr/bin/mycroft-cli-client
EOF