Update install.sh

Removed redundant command.
This commit is contained in:
Curtis Lehman 2019-05-22 02:00:17 -05:00 committed by GitHub
parent 93e46f3f05
commit 38b6295bbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,7 @@ sudo apt-get install android-tools-adb android-tools-fastboot
## Clone rules
# git clone https://github.com/M0Rf30/android-udev-rules.git
# this line has been included to give credit to the work I built on
git clone https://github.com/lehmancurtis147/android-udev-rules.git
## this line has been included to give credit to the work I built on
## Install rules
if [ ! /usr/lib/sysusers.d/android-udev.conf ]; then
@ -53,4 +52,5 @@ sudo service udev restart
# Reset adb server
sudo adb kill-server
sudo adb devices