From 05e327968df39b39bd998d7307f24c301d57e153 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 20 Mar 2026 10:30:35 +0200 Subject: [PATCH] install: fix-bluetooth.conf while at it --- install | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install b/install index b8a8eeb3..4ad0ec72 100755 --- a/install +++ b/install @@ -234,6 +234,11 @@ if [ "$(id -u)" == "0" ]; then fi fi fi + if [ -d /etc/modprobe.d/ ]; then + if [ ! -f /etc/modprobe.d/fix-bluetooth.conf ]; then + cp etc/modprobe.d/fix-bluetooth.conf /etc/modprobe.d/fix-bluetooth.conf + fi + fi # udev configuration. SECURITY WARNING mkdir -vp /etc/udev/rules.d/