From 334627ff2e6cd6952610b9410ef244bdc355951e Mon Sep 17 00:00:00 2001 From: younglim Date: Wed, 28 Feb 2018 17:04:13 +0800 Subject: [PATCH] groupadd adbusers for Fedora --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5afca4c..466f65c 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ On Arch it should be enough to follow the [instructions for connecting a device # add the adbusers group if it's doesn't already exist sudo mkdir -p /usr/lib/sysusers.d/ && sudo cp android-udev.conf /usr/lib/sysusers.d/ sudo systemd-sysusers (1) + # OR on Fedora: + groupadd adbusers # Add your user to the adbusers group sudo usermod -a -G adbusers $(whoami) # Restart UDEV