mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-30 04:40:10 +00:00
openwebui: Ensure required dependencies (#12717)
* openwebui: Ensure required dependencies Added zstd and build-essential as dependencies for the script. * Update dependencies in openwebui-install.sh Added build-essential and libmariadb-dev to dependencies.
This commit is contained in:
parent
a1a465708f
commit
e180a3bc44
2 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue