mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-23 16:39:17 +01:00
use system partition add instead of size
changes for jailbreak option
This commit is contained in:
parent
5dd0d78d84
commit
d36cb213c8
@ -283,4 +283,5 @@ Downgrade4() {
|
||||
IPSWSetExtract
|
||||
iDeviceRestore
|
||||
RetryOption iDeviceRestore
|
||||
Log "Downgrade script done!"
|
||||
}
|
||||
|
@ -208,12 +208,11 @@ IPSW32() {
|
||||
if [[ $OSVer == "8.4.1" ]]; then
|
||||
JBFiles=("fstab.tar" "etasonJB-untether.tar" "Cydia8.tar")
|
||||
JBSHA1="6459dbcbfe871056e6244d23b33c9b99aaeca970"
|
||||
ExtraArgs+="-s 2305"
|
||||
elif [[ $OSVer == "6.1.3" ]]; then
|
||||
JBFiles=("fstab_rw.tar" "p0sixspwn.tar" "Cydia6.tar")
|
||||
JBSHA1="1d5a351016d2546aa9558bc86ce39186054dc281"
|
||||
ExtraArgs+="-s 1260"
|
||||
fi
|
||||
ExtraArgs+="-S 50"
|
||||
JailbreakFiles $JBURL/${JBFiles[2]} ${JBFiles[2]} $JBSHA1
|
||||
for i in {0..2}; do
|
||||
JBFiles[$i]=../resources/jailbreak/${JBFiles[$i]}
|
||||
|
Loading…
Reference in New Issue
Block a user