mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-27 10:24:16 +01:00
Fix codesign
This commit is contained in:
parent
1515a37cbf
commit
44174c2d90
@ -556,7 +556,7 @@ function Downgrade {
|
||||
|
||||
if [[ $Jailbreak == 1 ]]; then
|
||||
Log "Proceeding to idevicerestore... (Enter root password of your PC/Mac when prompted)"
|
||||
[[ $platform == macOS ]] && sudo codesign --sign - --force --deep $idevicerestore
|
||||
[[ $platform == macos ]] && sudo codesign --sign - --force --deep $idevicerestore
|
||||
mkdir shsh
|
||||
mv $SHSH shsh/${UniqueChipID}-${ProductType}-${OSVer}.shsh
|
||||
$idevicerestore -y -e -w $IPSW.ipsw
|
||||
|
Loading…
Reference in New Issue
Block a user