You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
autopif2.sh: inform to install wget2 when 32bit busybox is the likely issue
This commit is contained in:
@@ -131,7 +131,10 @@ echo "$MODEL ($PRODUCT)";
|
||||
FINGERPRINT="$(grep -am1 'post-build=' PIXEL_ZIP_METADATA 2>/dev/null | cut -d= -f2)";
|
||||
SECURITY_PATCH="$(grep -am1 'security-patch-level=' PIXEL_ZIP_METADATA 2>/dev/null | cut -d= -f2)";
|
||||
if [ -z "$FINGERPRINT" -o -z "$SECURITY_PATCH" ]; then
|
||||
echo "\nError: Failed to extract information from metadata!";
|
||||
case "$(getprop ro.product.cpu.abi)" in
|
||||
armeabi-v7a|x86) [ "$BUSYBOX" ] && ISBB32MSG=", install wget2";;
|
||||
esac;
|
||||
echo "\nError: Failed to extract information from metadata$ISBB32MSG!";
|
||||
exit 1;
|
||||
fi;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user