mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-24 04:06:53 +00:00
Fix SuperSU support for helper module
This commit is contained in:
@@ -344,6 +344,8 @@ if (! $NORESTORE); then
|
||||
if [ -f "sbin/launch_daemonsu.sh" ]; then
|
||||
SUPERSU=true
|
||||
# Save it for helper module
|
||||
mkdir -p /magisk/zzsupersu
|
||||
touch /magisk/zzsupersu/stub
|
||||
cp -af sbin/launch_daemonsu.sh $INSTALLER/roothelper/launch_daemonsu.sh
|
||||
fi
|
||||
# Non-standard boot image restores
|
||||
|
||||
Reference in New Issue
Block a user