From c2aa7a68e5a9512ca2a4ec0d266554027fa51d2c Mon Sep 17 00:00:00 2001 From: edwin Date: Thu, 23 Mar 2023 23:23:53 -0400 Subject: [PATCH] fixed hfsplus --- downr1n.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/downr1n.sh b/downr1n.sh index 9f94063..ce0171d 100755 --- a/downr1n.sh +++ b/downr1n.sh @@ -768,8 +768,8 @@ if [ "$downgrade" = "1" ]; then "$dir"/hfsplus work/ramdisk.dmg add work/patched_asr /usr/sbin/asr "$dir"/hfsplus work/ramdisk.dmg add work/patched_restored_external /usr/local/bin/restored_external - hfsplus work/ramdisk.dmg chmod 100755 /usr/sbin/asr - hfsplus work/ramdisk.dmg chmod 100755 /usr/local/bin/restored_external + "$dir"/hfsplus work/ramdisk.dmg chmod 100755 /usr/sbin/asr + "$dir"/hfsplus work/ramdisk.dmg chmod 100755 /usr/local/bin/restored_external fi python3 -m pyimg4 im4p create -i work/ramdisk.dmg -o work/rdsk.im4p -f rdsk