README.md: reference to sysusers.d on ubuntu

This commit is contained in:
M0Rf30 2017-12-16 19:16:19 +01:00
parent da35e0345c
commit 9e76973b4f
1 changed files with 3 additions and 0 deletions

View File

@ -22,8 +22,11 @@ On Arch it should be enough to follow the [instructions for connecting a device
sudo ln -sf $PWD/android-udev-rules/51-android.rules /etc/udev/rules.d/51-android.rules
# Change file permissions
sudo chmod a+r /etc/udev/rules.d/51-android.rules
# If adbusers group already exists remove old adbusers group
groupdel adbusers
# add the adbusers group if it's doesn't already exist
sudo cp android-udev.conf to /usr/lib/sysusers.d/
sudo systemd-sysusers
# Add your user to the adbusers group
sudo usermod -a -G adbusers $(whoami)
# Restart UDEV