1
0
mirror of https://github.com/tteck/Proxmox.git synced 2024-11-24 08:52:18 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"