mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-22 23:24:22 +08:00
chg: missing tabs
This commit is contained in:
parent
96b53c4e2a
commit
c05e1d8beb
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -186,10 +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}
|
||||
sudo usermod -aG bluetooth $(USER) #Use specific command and group
|
||||
else
|
||||
sudo adduser $(USER) dialout
|
||||
sudo adduser ${USER} bluetooth
|
||||
sudo adduser $(USER) bluetooth
|
||||
endif
|
||||
|
||||
# easy printing of MAKE VARIABLES
|
||||
|
|
Loading…
Reference in a new issue