Commit c4f37c55 authored by hnliuzesen's avatar hnliuzesen Committed by John Wu

Update internal details

parent 448384af
...@@ -12,7 +12,7 @@ Magisk will mount a `tmpfs` directory to store some temporary data. For devices ...@@ -12,7 +12,7 @@ Magisk will mount a `tmpfs` directory to store some temporary data. For devices
# Binaries like magisk, magiskinit, and all symlinks to # Binaries like magisk, magiskinit, and all symlinks to
# applets are directly stored in this path. This means when # applets are directly stored in this path. This means when
# this is /sbin, these binaries will be directly in PATH. # this is /sbin, these binaries will be directly in PATH.
MAGISKPATH=$(magisk --path) MAGISKBASE=$(magisk --path)
# Magisk internal stuffs # Magisk internal stuffs
MAGISKTMP=$MAGISKBASE/.magisk MAGISKTMP=$MAGISKBASE/.magisk
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment