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:
CanbiZ
2025-09-22 14:14:35 +02:00
parent ddf5781e55
commit 7dd84a1c99
2 changed files with 7 additions and 4 deletions

View File

@@ -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