From 5ab453aeed92d89cd30ebdc36611a41f8beeefd9 Mon Sep 17 00:00:00 2001 From: Gianluca Boiano Date: Sun, 11 Jun 2017 15:17:55 +0200 Subject: [PATCH] replaced ln -s with cp, for Ubuntu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f693d30..d7b4de1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ On Arch it should be enough to follow the [instructions for connecting a device # Clone this repository git clone git@github.com:M0Rf30/android-udev-rules.git # Create a sym-link to the rules file - sudo ln -s `pwd`/android-udev-rules/51-android.rules /etc/udev/rules.d/ + sudo cp `pwd`/android-udev-rules/51-android.rules /etc/udev/rules.d/ # Change file permissions sudo chmod a+r /etc/udev/rules.d/51-android.rules # add the adbusers group if it's doesn't already exist