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:
parent
ea9f19d5f4
commit
059a3d0bcf
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user