Configuration uses Vundle and XDG_DESKTOP compliant paths - macOS users, change the RTP and bundle paths.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DIR=`mktemp -d` | |
# Clone the repository | |
git clone https://github.com/M0Rf30/android-udev-rules.git $DIR | |
cd $DIR | |
echo "Copying files" | |
sudo cp 51-android.rules /etc/udev/rules.d/51-android.rules | |
# Change file permissions | |
sudo chmod a+r /etc/udev/rules.d/51-android.rules |
NewerOlder