Update cfw_install_jb.sh

This commit is contained in:
Lakr
2026-03-08 02:27:16 +08:00
parent b7448b7dc8
commit 142b651c61

View File

@@ -194,7 +194,7 @@ echo " [+] launchd patched"
echo ""
echo "[JB-2] Installing iosbinpack64..."
scp_to "$INPUT_DIR/jb/iosbinpack64.tar" "/mnt1"
scp_to "$JB_INPUT_DIR/jb/iosbinpack64.tar" "/mnt1"
ssh_cmd "/usr/bin/tar --preserve-permissions --no-overwrite-dir \
-xf /mnt1/iosbinpack64.tar -C /mnt1"
ssh_cmd "/bin/rm -f /mnt1/iosbinpack64.tar"