mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
chg: add bluetooth group to "make accessrights"
This commit is contained in:
parent
8710e9c3a0
commit
96b53c4e2a
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue