1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-02-14 02:40:36 +01:00
j1nx 1f78a12c9d QuickFix: A quick fix to make sure the pre-installed skills can load.
This it temporarily till we go the full XDG compliant way.
2021-01-06 18:07:01 +01:00

13 lines
384 B
Bash
Executable File

#!/bin/bash
#
printf "Git stashing pre-installed skills ..."
cd /opt/mycroft/.skills-rep && git stash
cd /opt/mycroft/skills/skill-balena-wifi-setup && git stash
cd /opt/mycroft/skills/skill-ovos-enclosure && git stash
cd /opt/mycroft/skills/skill-ovos-mycroftgui && git stash
cd /opt/mycroft/skills/skill-ovos-pairing && git stash
chown -R mycroft.mycroft /opt/mycroft
echo "[OK]"