From f209738d46705021b8ae671f66604ec6c1ea64b0 Mon Sep 17 00:00:00 2001 From: bodtx Date: Sun, 18 Feb 2018 11:13:36 +0100 Subject: [PATCH] systemd-sysusers not available on 16.04 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e89f08..5afca4c 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ On Arch it should be enough to follow the [instructions for connecting a device groupdel adbusers # 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 + sudo systemd-sysusers (1) # Add your user to the adbusers group sudo usermod -a -G adbusers $(whoami) # Restart UDEV @@ -41,6 +41,7 @@ On Arch it should be enough to follow the [instructions for connecting a device adb devices # You should now see your device +(1) Not available on Ubuntu 16.04 and mint 18, use `sudo groupadd adbusers` instead. ## To Contribute: