From 1b6a25d5f8094ba849dd192e03f5917f91a6ff10 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:41:24 -0400 Subject: [PATCH] post.sh shitty --- downr1n.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/downr1n.sh b/downr1n.sh index a958384..c123c2f 100755 --- a/downr1n.sh +++ b/downr1n.sh @@ -1049,10 +1049,8 @@ if [ true ]; then # this is the jailbreak of palera1n being installing - cp -v other/post.sh other/rootfs/jbin/ 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 /mnt1/jbin/launchd /mnt1/jbin/jbloader /mnt1/jbin/post.sh" remote_cmd "tar -xvf /mnt1/jbin/binpack/binpack.tar -C /mnt1/jbin/binpack/" sleep 1 remote_cmd "rm /mnt1/jbin/binpack/binpack.tar"