From 56344b0d6d4784abd0bf0e19662e89f764e3147f Mon Sep 17 00:00:00 2001 From: j-hc <25510067+j-hc@users.noreply.github.com> Date: Mon, 16 Jan 2023 23:23:25 +0300 Subject: [PATCH] Update customize.sh --- scripts/customize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/customize.sh b/scripts/customize.sh index e98beeb..c15b650 100755 --- a/scripts/customize.sh +++ b/scripts/customize.sh @@ -30,7 +30,7 @@ if [ -n "$BASEPATH" ] && cmpr $BASEPATH $MODPATH/__PKGNAME.apk; then else ui_print "* Updating __PKGNAME (v__PKGVER)" set_perm $MODPATH/__PKGNAME.apk 1000 1000 644 u:object_r:apk_data_file:s0 - if ! op=$(cmd package install --user 0 -i com.android.vending -r -d $MODPATH/__PKGNAME.apk 2>&1); then + if ! op=$(pm install --user 0 -i com.android.vending -r -d $MODPATH/__PKGNAME.apk 2>&1); then ui_print "ERROR: APK installation failed!" abort "$op" fi