From 478b4e1c32ca1f9942d0f4bfd53523af6702c41c Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 11 Jan 2024 09:01:07 -0500 Subject: [PATCH] Update agentdvr-install.sh fixes https://github.com/tteck/Proxmox/issues/2322 --- install/agentdvr-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/agentdvr-install.sh b/install/agentdvr-install.sh index 8eeaf33d..239a57ff 100644 --- a/install/agentdvr-install.sh +++ b/install/agentdvr-install.sh @@ -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"