Fixed symbolic link

Previous to this addition, the symbolic link did not work. However this will work on most Linux systems.

This closes M0Rf30/android-udev-rules#144
This commit is contained in:
Matt Booth 2018-05-09 09:24:19 +01:00 committed by GitHub
parent 5aa8536e65
commit 0aae154ab9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ On Arch it should be enough to follow the [instructions for connecting a device
# Copy rules file
sudo cp -v 51-android.rules /etc/udev/rules.d/51-android.rules
# OR create a sym-link to the rules file - choose this option if you'd like to update your udev rules using git.
sudo ln -sf 51-android.rules /etc/udev/rules.d/51-android.rules
sudo ln -sf "$PWD"/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