Skip to content

Commit 6477a3e

Browse files
committed
fix zip path
1 parent e58638a commit 6477a3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

files/SuperSu/install_su.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ $bb mount -o remount,ro /system
1616

1717

1818
echo 'mount("/data");' > /cache/recovery/extendedcommand
19-
echo 'install_zip("/data/local/tmp/UPDATE-SuperSU-v1.93.zip");' >> /cache/recovery/extendedcommand
19+
echo 'install_zip("/data/local/tmp/SuperSu/UPDATE-SuperSU-v1.93.zip");' >> /cache/recovery/extendedcommand
2020

0 commit comments

Comments
 (0)