From 2b0f3afaf7bfca486e417f3614d49fce08a1024b Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Mon, 9 Mar 2026 13:42:07 +0100 Subject: [PATCH] Update dependencies in openwebui-install.sh Added build-essential and libmariadb-dev to dependencies. --- install/openwebui-install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install/openwebui-install.sh b/install/openwebui-install.sh index 1d72c6deb..1344a88c6 100644 --- a/install/openwebui-install.sh +++ b/install/openwebui-install.sh @@ -16,7 +16,9 @@ update_os msg_info "Installing Dependencies" $STD apt install -y \ ffmpeg \ - zstd + zstd \ + build-essential \ + libmariadb-dev msg_ok "Installed Dependencies" setup_hwaccel