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"