mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-03-21 08:27:58 +01:00
install: fix-bluetooth.conf while at it
This commit is contained in:
parent
e570d8ca1e
commit
05e327968d
5
install
5
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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user