mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-05-06 14:56:36 +08:00
Fix mtab workaround
This commit is contained in:
parent
3aeb235c8b
commit
88bd8894d9
@ -221,7 +221,7 @@ mount_erofs() {
|
|||||||
# In Debian /usr/sbin is not in PATH and some utilities in there are in use
|
# In Debian /usr/sbin is not in PATH and some utilities in there are in use
|
||||||
[ -d /usr/sbin ] && export PATH="/usr/sbin:$PATH"
|
[ -d /usr/sbin ] && export PATH="/usr/sbin:$PATH"
|
||||||
# In Debian /etc/mtab is not exist
|
# In Debian /etc/mtab is not exist
|
||||||
[ -f /etc/mtab ] || ln -s /proc/self/mounts /etc/mtab
|
[ -f /etc/mtab ] || sudo ln -s /proc/self/mounts /etc/mtab
|
||||||
|
|
||||||
ARCH_MAP=(
|
ARCH_MAP=(
|
||||||
"x64"
|
"x64"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user