Skip to content

Commit

Permalink
refactor part3
Browse files Browse the repository at this point in the history
  • Loading branch information
Samueru-sama authored Sep 8, 2024
1 parent 158ffeb commit d872b86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android-tools-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ CURRENTDIR="$(dirname "$(readlink -f "$0")")"/usr/bin
UDEVNOTICE='No android udev rules detected, use "--getudev" to install'
UDEVREPO="https://github.com/M0Rf30/android-udev-rules.git"
export PATH="$CURRENTDIR:$PATH"
cat /etc/udev/rules.d/*droid.rules >/dev/null 2>&1 && UDEVNOTICE=""
_get_udev_rules() {
if cat /etc/udev/rules.d/*droid.rules >/dev/null 2>&1; then
Expand Down

0 comments on commit d872b86

Please sign in to comment.