From 44174c2d90074c84a9e345510ce6005df21c023f Mon Sep 17 00:00:00 2001 From: LukeeGD Date: Fri, 30 Apr 2021 08:21:25 +0800 Subject: [PATCH] Fix codesign --- restore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore.sh b/restore.sh index f2426cf..5dda6f0 100755 --- a/restore.sh +++ b/restore.sh @@ -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