endurain: remove unneeded deps (#9855)

* Update endurain-install.sh

updated deps for v0.16.0. MariaDB support was dropped.

* chore: cosmetics

---------

Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
This commit is contained in:
Johann Grobe 2025-12-11 07:11:45 +01:00 committed by GitHub
parent 5854318163
commit 38a9ad8e09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,10 +14,7 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt install -y \
default-libmysqlclient-dev \
build-essential \
pkg-config
$STD apt install -y build-essential
msg_ok "Installed Dependencies"
PYTHON_VERSION="3.13" setup_uv