From 993693ea161a37ef55ed9683387c21e8adda4d24 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Fri, 4 Jul 2025 10:37:56 -0400 Subject: Auto allow thunderbolt --- distro/devuan.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'distro/devuan.sh') diff --git a/distro/devuan.sh b/distro/devuan.sh index 8e32dbb..8348ecf 100644 --- a/distro/devuan.sh +++ b/distro/devuan.sh @@ -42,6 +42,7 @@ PACKAGES="${PACKAGES:-yes}" FONTS="${FONTS:-yes}" DWM="${DWM:-no}" RUSTICL="${RUSTICL:-yes}" +THUNDERBOLT="${THUNDERBOLT:-yes}" @@ -80,6 +81,13 @@ sudo apt install -y git curl \ fi +if [ "$THUNDERBOLT" = "yes" ] ; then +cat > /etc/udev/rules.d/99-removable.rules <