mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-26 14:17:17 +02:00
Update dependencies in openwebui-install.sh
Added build-essential and libmariadb-dev to dependencies.
This commit is contained in:
committed by
GitHub
parent
9c0fd64754
commit
2b0f3afaf7
@@ -16,7 +16,9 @@ update_os
|
|||||||
msg_info "Installing Dependencies"
|
msg_info "Installing Dependencies"
|
||||||
$STD apt install -y \
|
$STD apt install -y \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
zstd
|
zstd \
|
||||||
|
build-essential \
|
||||||
|
libmariadb-dev
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
setup_hwaccel
|
setup_hwaccel
|
||||||
|
|||||||
Reference in New Issue
Block a user