mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-27 18:34:14 +01:00
Update restore.sh
This commit is contained in:
parent
a3126703b2
commit
bc0c0f650c
@ -227,7 +227,7 @@ function kDFU {
|
|||||||
[[ $VersionDetect == 5 ]] && kloader='kloader5'
|
[[ $VersionDetect == 5 ]] && kloader='kloader5'
|
||||||
[[ ! $kloader ]] && kloader='kloader'
|
[[ ! $kloader ]] && kloader='kloader'
|
||||||
|
|
||||||
[ ! $(which $iproxy) ] && Error "iproxy cannot be found. Please re-install dependencies and try again" "./restore.sh InstallDependencies"
|
[ ! $(which $iproxy) ] && Error "iproxy cannot be found. Please re-install dependencies and try again" "./restore.sh Install"
|
||||||
$iproxy 2222 22 &
|
$iproxy 2222 22 &
|
||||||
iproxyPID=$!
|
iproxyPID=$!
|
||||||
WifiAddr=$(echo "$ideviceinfo2" | grep 'WiFiAddress' | cut -c 14-)
|
WifiAddr=$(echo "$ideviceinfo2" | grep 'WiFiAddress' | cut -c 14-)
|
||||||
@ -478,8 +478,11 @@ function InstallDependencies {
|
|||||||
|
|
||||||
elif [[ $OSTYPE == "darwin"* ]]; then
|
elif [[ $OSTYPE == "darwin"* ]]; then
|
||||||
# macOS
|
# macOS
|
||||||
xcode-select --install
|
[ ! $(which git) ] && xcode-select --install
|
||||||
curl -L https://github.com/libimobiledevice-win32/imobiledevice-net/releases/download/v1.3.4/libimobiledevice.1.2.1-r1079-osx-x64.zip -o libimobiledevice.zip
|
curl -L https://github.com/libimobiledevice-win32/imobiledevice-net/releases/download/v1.3.4/libimobiledevice.1.2.1-r1079-osx-x64.zip -o libimobiledevice.zip
|
||||||
|
if [[ $(shasum libimobiledevice.zip | awk '{print $1}') != 2812e01fc7c09b5980b46b97236b2981dbec7307 ]]; then
|
||||||
|
Error "Verifying failed. Please run the script again" "./restore.sh Install"
|
||||||
|
fi
|
||||||
rm -rf ../resources/libimobiledevice
|
rm -rf ../resources/libimobiledevice
|
||||||
mkdir ../resources/libimobiledevice
|
mkdir ../resources/libimobiledevice
|
||||||
unzip libimobiledevice.zip -d ../resources/libimobiledevice
|
unzip libimobiledevice.zip -d ../resources/libimobiledevice
|
||||||
|
Loading…
Reference in New Issue
Block a user