Update agentdvr-install.sh

fixes https://github.com/tteck/Proxmox/issues/2322
pull/2345/head
tteckster 2024-01-11 09:01:07 -05:00 committed by GitHub
parent fb13baee88
commit 478b4e1c32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ $STD apt-get install -y apt-transport-https
$STD apt-get install -y alsa-utils
$STD apt-get install -y libxext-dev
$STD apt-get install -y fontconfig
$STD apt-get install -y libva-drm2
msg_ok "Installed Dependencies"
msg_info "Installing AgentDVR"