install: fix-bluetooth.conf while at it

This commit is contained in:
Aminda Suomalainen 2026-03-20 10:30:35 +02:00
parent e570d8ca1e
commit 05e327968d
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

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