mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-23 07:37:23 +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:
|
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}
|
sudo usermod -aG bluetooth $(USER) #Use specific command and group
|
||||||
else
|
else
|
||||||
sudo adduser $(USER) dialout
|
sudo adduser $(USER) dialout
|
||||||
sudo adduser ${USER} bluetooth
|
sudo adduser $(USER) bluetooth
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# easy printing of MAKE VARIABLES
|
# easy printing of MAKE VARIABLES
|
||||||
|
|
Loading…
Reference in a new issue