chg: add bluetooth group to "make accessrights"

This commit is contained in:
iceman1001 2020-05-02 17:23:27 +02:00
commit 96b53c4e2a

View file

@ -186,8 +186,10 @@ udev:
accessrights:
ifneq ($(wildcard /etc/arch-release),) #If user is running ArchLinux
sudo usermod -aG uucp $(USER) #Use specific command and group
sudo usermod -aG bluetooth ${USER}
else
sudo adduser $(USER) dialout
sudo adduser ${USER} bluetooth
endif
# easy printing of MAKE VARIABLES