Merge pull request #141 from younglim/patch-1

groupadd adbusers for Fedora
This commit is contained in:
Gianluca Boiano 2018-02-28 19:14:40 +01:00 committed by GitHub
commit 5aa8536e65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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