1
0
mirror of https://github.com/tteck/Proxmox.git synced 2025-07-15 07:54:48 +02:00

Update agentdvr-install.sh

fixes https://github.com/tteck/Proxmox/issues/2322
This commit is contained in:
tteckster
2024-01-11 09:01:07 -05:00
committed by GitHub
parent fb13baee88
commit 478b4e1c32

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"