Add missing dependencies to libretranslate-install.sh

Added missing dependencies for LibreTranslate installation.
This commit is contained in:
CanbiZ 2025-10-29 15:37:42 +01:00 committed by GitHub
parent fda22e8890
commit ee02bc1977
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,8 @@ $STD apt install -y \
pkg-config \
build-essential \
g++ \
cmake \
libsentencepiece-dev \
libicu-dev
msg_ok "Installed dependencies"