mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
Move VAAPI and NVIDIA setup to debian-install.sh
The VAAPI and NVIDIA setup functions are now called directly in debian-install.sh instead of within the LXC container customization block in build.func. The related code in build.func has been commented out to avoid duplicate execution.
This commit is contained in:
@@ -17,6 +17,9 @@ msg_info "Installing Dependencies"
|
||||
$STD apt-get install -y gpg
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
vaapi_inside_setup "$CTID" "$CT_TYPE" "$APP"
|
||||
nvidia_inside_setup "$CTID" "$CT_TYPE" "$APP"
|
||||
|
||||
#setup_mariadb
|
||||
|
||||
#FFMPEG_VERSION="n7.1.1" FFMPEG_TYPE="full" setup_ffmpeg
|
||||
|
||||
Reference in New Issue
Block a user