To be able to use and and fastboot, is it enough to just install the package, or must one also add user to “adbusers” group as explained in the project’s upstream Github page by M0RF30?
Thanks.
To be able to use and and fastboot, is it enough to just install the package, or must one also add user to “adbusers” group as explained in the project’s upstream Github page by M0RF30?
Thanks.
Seemingly enough with just installing package; thanks to this:
user1@localhost:~> cat /usr/lib/sysusers.d/android-udev.conf
g adbusers - -
user1@localhost:~>
Thanks.