Skip to content

Commit

Permalink
[utils/common] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit authored May 20, 2024
1 parent 54b50b9 commit a66688d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ function required_packages() {
case "$DISTRO_NAME" in
debian | ubuntu | raspbian | linuxmint | zorin)
[ "$DISTRO_VERSION_ID" == "11" ] && export PYTHON_VERSION="3"
# This is a temporary fix until OVOS works is confirmed to work with
# This is a temporary fix until OVOS is confirmed to work with
# Python 3.12. Requirements are PocketSphinx, tflite-runtime and
# onnxruntime Python packages.
if [ "$(ver "$DISTRO_VERSION_ID")" -ge "$(ver 24.04)" ]; then
Expand Down

0 comments on commit a66688d

Please sign in to comment.