Update docs to cover riscv64

This commit is contained in:
topjohnwu
2024-07-02 14:53:46 -07:00
parent a07b9315a5
commit e32cd03d0b
2 changed files with 4 additions and 3 deletions

View File

@ -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