chg: missing tabs

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

View file

@ -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