From 96b53c4e2ae4d443e98ef2a0ed43ac7ea246b930 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 2 May 2020 17:23:27 +0200 Subject: [PATCH] chg: add bluetooth group to "make accessrights" --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 5c7947fc5..efb7b9a7a 100644 --- a/Makefile +++ b/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