mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-12 13:17:39 +02:00
Update docs to cover riscv64
This commit is contained in:
@ -58,7 +58,7 @@ for file in lib*.so; do
|
||||
mv "$file" "${file:3:${#file}-6}"
|
||||
done
|
||||
|
||||
if [ -e "/system/bin/linker" ]; then
|
||||
if $IS64BIT && [ -e "/system/bin/linker" ]; then
|
||||
unzip -oj magisk.apk "lib/$ABI32/libmagisk.so"
|
||||
mv libmagisk.so magisk32
|
||||
chmod 755 magisk32
|
||||
|
Reference in New Issue
Block a user