Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Dec 15, 2024
1 parent 86d7ce8 commit ffe2bb8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build_raspOVOS_nl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ source /home/$USER/.venvs/ovos/bin/activate
echo "Setting up default wifi country..."
/usr/bin/raspi-config nonint do_wifi_country NL

# TODO - get dutch intents
#echo "Caching pre-trained padatious intents..."
#mkdir -p /home/$USER/.local/share/mycroft/intent_cache
#cp -rv /mounted-github-repo/intent_cache/nl-NL /home/$USER/.local/share/mycroft/intent_cache/
echo "Caching pre-trained padatious intents..."
mkdir -p /home/$USER/.local/share/mycroft/intent_cache
cp -rv /mounted-github-repo/intent_cache/nl-NL /home/$USER/.local/share/mycroft/intent_cache/

echo "Installing Citrinet plugin..."
uv pip install ovos-stt-plugin-citrinet
Expand Down

0 comments on commit ffe2bb8

Please sign in to comment.