We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51aaf7 commit 0ba08c7Copy full SHA for 0ba08c7
1 file changed
android-tools-appimage.sh
@@ -51,11 +51,11 @@ if [ "$1" = "adb" ]; then
51
elif [ "$1" = "--getudev" ]; then
52
if cat /etc/udev/rules.d/*droid.rules > /dev/null; then
53
echo "udev rules already installed"
54
- echo “Errors persisting with installed udev rules may be due to specific phone missing from the rules or insufficient permissions on the phone”
+ echo "Errors persisting with installed udev rules may be due to specific phone missing from the rules or insufficient permissions on the phone"
55
else
56
UDEVREPO=https://github.com/M0Rf30/android-udev-rules.git
57
git clone $UDEVREPO
58
- cd android-udev-rules
+ cd android-udev-rules || exit 1
59
chmod a+x ./install.sh
60
echo "udev rules installer from $UDEVREPO"
61
sudo ./install.sh
0 commit comments