From ac61a925cc316b499fea68ac65974522fda07fda Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 15 Jan 2025 09:04:52 +0100 Subject: [PATCH] Fix: Add FFMPEG for OpenWebUI (#1497) --- install/openwebui-install.sh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/install/openwebui-install.sh b/install/openwebui-install.sh index 11fa4aa6..45490256 100644 --- a/install/openwebui-install.sh +++ b/install/openwebui-install.sh @@ -15,11 +15,13 @@ network_check update_os msg_info "Installing Dependencies" -$STD apt-get install -y curl -$STD apt-get install -y sudo -$STD apt-get install -y mc -$STD apt-get install -y gpg -$STD apt-get install -y git +$STD apt-get install -y \ + curl \ + sudo \ + mc \ + gpg \ + git \ + ffmpeg msg_ok "Installed Dependencies" msg_info "Installing Python3 Dependencies"