chg: add bluetooth group to "make accessrights"
This commit is contained in:
2
Makefile
2
Makefile
@@ -186,8 +186,10 @@ udev:
|
|||||||
accessrights:
|
accessrights:
|
||||||
ifneq ($(wildcard /etc/arch-release),) #If user is running ArchLinux
|
ifneq ($(wildcard /etc/arch-release),) #If user is running ArchLinux
|
||||||
sudo usermod -aG uucp $(USER) #Use specific command and group
|
sudo usermod -aG uucp $(USER) #Use specific command and group
|
||||||
|
sudo usermod -aG bluetooth ${USER}
|
||||||
else
|
else
|
||||||
sudo adduser $(USER) dialout
|
sudo adduser $(USER) dialout
|
||||||
|
sudo adduser ${USER} bluetooth
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# easy printing of MAKE VARIABLES
|
# easy printing of MAKE VARIABLES
|
||||||
|
|||||||
Reference in New Issue
Block a user