Skip to content
Snippets Groups Projects
Verified Commit e4583b1a authored by zycromerz's avatar zycromerz
Browse files

update for KernelSU


Signed-off-by: default avatarZyCromerZ <neetroid97@gmail.com>
parent 528a60f7
No related branches found
No related tags found
No related merge requests found
...@@ -146,7 +146,10 @@ do ...@@ -146,7 +146,10 @@ do
fi fi
done done
## magisk path ## magisk and ksu path
if [[ -z "$MagiskBase" ]] && [[ -d /data/adb/ksu ]];then
MagiskBase="/data/adb"
fi
echo "$MagiskBase/modules" > $MODPATH/system/etc/ZyC-Core/info/magisk_path echo "$MagiskBase/modules" > $MODPATH/system/etc/ZyC-Core/info/magisk_path
OldModolPath="$MagiskBase/modules/ZyC-Turbo-New" OldModolPath="$MagiskBase/modules/ZyC-Turbo-New"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment