1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-19 23:48:06 +00:00

Fix dependencies (#3589)

This commit is contained in:
Slaviša Arežina 2025-04-02 07:20:07 +02:00 committed by GitHub
parent ea9f19d5f4
commit 059a3d0bcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,8 @@ update_os
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
$STD apt-get install -y \ $STD apt-get install -y \
ffmpeg \ ffmpeg \
jq jq \
imagemagick
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
read -r -p "Do you need the intel-media-va-driver-non-free driver for HW encoding (Debian 12 only)? <y/N> " prompt read -r -p "Do you need the intel-media-va-driver-non-free driver for HW encoding (Debian 12 only)? <y/N> " prompt