mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-26 07:37:56 +00:00
Reorganize scripts
This commit is contained in:
@@ -398,7 +398,7 @@ static bool magisk_env() {
|
||||
LOGI("* Initializing Magisk environment\n");
|
||||
|
||||
// Alternative binaries paths
|
||||
const char *alt_bin[] = { "/cache/data_bin", "/data/magisk",
|
||||
const char *alt_bin[] = { "/cache/data_adb/magisk", "/data/magisk",
|
||||
"/data/data/com.topjohnwu.magisk/install",
|
||||
"/data/user_de/0/com.topjohnwu.magisk/install" };
|
||||
for (auto &alt : alt_bin) {
|
||||
|
Reference in New Issue
Block a user