1
0
mirror of https://github.com/M0Rf30/android-udev-rules.git synced 2024-06-29 07:51:06 +02:00
android-udev-rules/debian/postinst

9 lines
171 B
Plaintext
Raw Permalink Normal View History

#!/bin/bash
# Setup permissions
chmod a+r /etc/udev/rules.d/51-android.rules
# Make sure adbusers is setup properly
groupadd adbusers
2021-04-25 11:10:39 +02:00
usermod -a -G adbusers "$(whoami)"