mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Change to own pairing skill and make sure MSM doesn't hang on very first boot.
Mycroft doesn't continue if the repo skill doesn't get fetched which obviously can't be fetch without network. So include a local copy of the skills-repo so at least it doesn't stall the boot.
This commit is contained in:
10
.gitmodules
vendored
10
.gitmodules
vendored
@@ -17,3 +17,13 @@
|
||||
path = buildroot-external/rootfs-overlay/opt/mycroft/skills/skill-balena-wifi-setup
|
||||
url = https://github.com/OpenVoiceOS/skill-balena-wifi-setup.git
|
||||
branch = master
|
||||
|
||||
[submodule "skill-ovos-pairing"]
|
||||
path = buildroot-external/rootfs-overlay/opt/mycroft/skills/skill-ovos-pairing
|
||||
url = https://github.com/OpenVoiceOS/skill-ovos-pairing.git
|
||||
branch = master
|
||||
|
||||
[submodule "mycroft-skills"]
|
||||
path = buildroot-external/rootfs-overlay/opt/mycroft/.skills-repo
|
||||
url = https://github.com/MycroftAI/mycroft-skills.git
|
||||
branch = 20.08
|
||||
|
Reference in New Issue
Block a user