1
0
mirror of https://github.com/M0Rf30/android-udev-rules.git synced 2024-06-20 06:46:52 +02:00
android-udev-rules/debian/postinst
2021-04-25 11:10:39 +02:00

9 lines
171 B
Bash

#!/bin/bash
# Setup permissions
chmod a+r /etc/udev/rules.d/51-android.rules
# Make sure adbusers is setup properly
groupadd adbusers
usermod -a -G adbusers "$(whoami)"