mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2025-01-12 00:09:10 +01:00
g1lbert dont reboot on first boot if tethered
This commit is contained in:
parent
74c7177168
commit
9675cdd395
BIN
resources/jailbreak/g1lbertJB/install.tar
Normal file
BIN
resources/jailbreak/g1lbertJB/install.tar
Normal file
Binary file not shown.
@ -2536,6 +2536,12 @@ ipsw_prepare_32bit() {
|
||||
if [[ $ipsw_openssh == 1 ]]; then
|
||||
JBFiles+=("$jelbrek/sshdeb.tar")
|
||||
fi
|
||||
if [[ $device_target_tethered == 1 ]]; then
|
||||
case $device_target_vers in
|
||||
4.2.1 ) :;;
|
||||
5* | 4.3* | 4.2* ) JBFiles+=("$jelbrek/g1lbertJB/install.tar");;
|
||||
esac
|
||||
fi
|
||||
fi
|
||||
log "Preparing custom IPSW: $dir/powdersn0w $ipsw_path.ipsw temp.ipsw $ExtraArgs ${JBFiles[*]}"
|
||||
"$dir/powdersn0w" "$ipsw_path.ipsw" temp.ipsw $ExtraArgs ${JBFiles[@]}
|
||||
|
Loading…
x
Reference in New Issue
Block a user