Skip to content

Commit 2a660a0

Browse files
Disable GPU installer interactions
1 parent 1bd8842 commit 2a660a0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Trixie/config/includes.chroot_after_packages/etc/trios/Install-GPU-Drivers.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# ─────────────────────────────────────────────────────────────
3-
# TriOS GPU Driver Installer (v7 - Compatibility)
3+
# TriOS GPU Driver Installer (v7.1 - Enable noninteractive mode)
44
# Safely installs GPU drivers
55
# Supports NVIDIA, AMD, Intel, and all hybrid combinations
66
# Designed for Debian 13 "Trixie" (Stable)
@@ -29,6 +29,9 @@ install_pkg() {
2929
dpkg -s "$_pkg" &>/dev/null || apt-get install -y --install-recommends "$_pkg"
3030
}
3131

32+
# ─── Disable Service Restarts ───────────────────────────────────
33+
export DEBIAN_FRONTEND=noninteractive
34+
3235
# ─── Base Utilities ──────────────────────────────────────────
3336
install_pkg pciutils
3437
install_pkg curl

0 commit comments

Comments
 (0)