Add application language_model to the install

This commit is contained in:
FusionPBX
2026-01-30 08:10:05 -07:00
committed by GitHub
parent e7ee4a3128
commit e17be44af2
4 changed files with 8 additions and 0 deletions

View File

@@ -14,6 +14,9 @@ fi
if [ .$application_speech = .'true' ]; then
git clone https://github.com/fusionpbx/fusionpbx-app-speech.git speech
fi
if [ .$application_language_model = .'true' ]; then
git clone https://github.com/fusionpbx/fusionpbx-app-language_model.git language_model
fi
if [ .$application_device_logs = .'true' ]; then
git clone https://github.com/fusionpbx/fusionpbx-app-device_logs.git device_logs
fi