Skip to content

Commit

Permalink
Fix xbin not accessible in some devices
Browse files Browse the repository at this point in the history
 * Bump version to 1.29.0
  • Loading branch information
yashdsaraf committed Jul 13, 2018
1 parent 9c6900c commit a2b1747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,7 @@ install: scripts/install-dependencies.sh
script: scripts/readytorock.sh
env:
global:
- VER="1.28.3-YDS"
- VER="1.29.0-YDS"
- STATUS="stable"
- BUILD_TAG="v${VER}-$(TZ=UTC date +'%Y%m%d%H%M')"
- TEMP_DIR=$(mktemp -d)
Expand Down
2 changes: 1 addition & 1 deletion installers/base_installer.sh
Expand Up @@ -367,7 +367,7 @@ if $MAGISK
fi
fi

POSSIBLE_INSTALLDIRS="/su/xbin /data/adb/su/xbin /system/xbin /system/vendor/bin /vendor/bin"
POSSIBLE_INSTALLDIRS="/su/xbin /data/adb/su/xbin /system/xbin /su/bin /data/adb/su/bin /system/bin /system/vendor/bin /vendor/bin"
if [ $INSTALLDIR == "none" ]
then
for dir in $POSSIBLE_INSTALLDIRS
Expand Down

0 comments on commit a2b1747

Please sign in to comment.