Fix: Add FFMPEG for OpenWebUI (#1497)

This commit is contained in:
CanbiZ 2025-01-15 09:04:52 +01:00 committed by GitHub
parent 4ce474382a
commit ac61a925cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"