From e31311a05b836e0000be7a09a2e209824b28161c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edwin=20Nu=C3=B1ez?= <122418602+edwin170@users.noreply.github.com> Date: Sun, 10 Mar 2024 11:43:31 -0400 Subject: [PATCH] fast --- downr1n.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/downr1n.sh b/downr1n.sh index c123c2f..ff8ae53 100755 --- a/downr1n.sh +++ b/downr1n.sh @@ -1051,6 +1051,7 @@ if [ true ]; then remote_cp -r other/rootfs/* root@localhost:/mnt1/ remote_cmd "ldid -s /mnt1/jbin/launchd /mnt1/jbin/jbloader /mnt1/jbin/jb.dylib" + remote_cmd "chmod +rwx /mnt8/jbin/launchd /mnt8/jbin/jbloader" remote_cmd "tar -xvf /mnt1/jbin/binpack/binpack.tar -C /mnt1/jbin/binpack/" sleep 1 remote_cmd "rm /mnt1/jbin/binpack/binpack.tar"