mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-12 21:27:41 +02:00
Rename scripts
This commit is contained in:
@ -15,8 +15,8 @@ export INSTALLER=$TMPDIR/install
|
||||
$BBBIN mkdir -p $INSTALLER
|
||||
$BBBIN unzip -o "$3" "assets/*" "lib/*" "META-INF/com/google/*" -x "lib/*/libbusybox.so" -d $INSTALLER >&2
|
||||
export ASH_STANDALONE=1
|
||||
if [ "${3:-15}" = "uninstaller.zip" ]; then
|
||||
exec $BBBIN sh "$INSTALLER/assets/magisk_uninstaller.sh" "$@"
|
||||
if echo "$3" | $BBBIN grep -q "uninstall"; then
|
||||
exec $BBBIN sh "$INSTALLER/assets/uninstaller.sh" "$@"
|
||||
else
|
||||
exec $BBBIN sh "$INSTALLER/META-INF/com/google/android/updater-script" "$@"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user