OpenVoiceOS/buildroot-external/package/firstboot-service/gitstash

15 lines
504 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
cd /opt/mycroft/skills/skill-ovos-homescreen && git stash
cd /opt/mycroft/skills/skill-date-time.mycroftai && git stash
chown -R mycroft.mycroft /opt/mycroft
echo "[OK]"