From c50292f48d2e2d0541f1ee92b066bfa8d3821dde Mon Sep 17 00:00:00 2001 From: Nullptr Date: Thu, 2 Feb 2023 10:56:08 +0800 Subject: [PATCH] Fix installKsu task --- module/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/build.gradle.kts b/module/build.gradle.kts index 0636523..c6db95e 100644 --- a/module/build.gradle.kts +++ b/module/build.gradle.kts @@ -95,7 +95,7 @@ androidComponents.onVariants { variant -> exec { commandLine( "adb", "shell", "echo", - """su -c \"/data/adb/ksud module install /data/local/tmp/$zipFileName\"""", + "/data/adb/ksud module install /data/local/tmp/$zipFileName", "> /data/local/tmp/install.sh" ) }