diff --git a/downr1n.sh b/downr1n.sh index 7c6951c..3e8d2e6 100755 --- a/downr1n.sh +++ b/downr1n.sh @@ -49,14 +49,11 @@ fi remote_cmd() { sleep 1 "$dir"/sshpass -p 'alpine' ssh -o StrictHostKeyChecking=no -p2222 root@localhost "$@" - sleep 1 } remote_cp() { sleep 1 "$dir"/sshpass -p 'alpine' scp -r -o StrictHostKeyChecking=no -P2222 $@ - - sleep 1 } step() { @@ -1052,7 +1049,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 "chmod +rwx /mnt1/jbin/launchd /mnt1/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"