mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-23 16:39:17 +01:00
Update restore.sh
This commit is contained in:
parent
5ce9f1ab57
commit
a736f50a86
@ -244,6 +244,10 @@ set_tool_paths() {
|
|||||||
chmod +x $dir/*
|
chmod +x $dir/*
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
ideviceenterrecovery="$dir/ideviceenterrecovery"
|
||||||
|
ideviceinfo="$dir/ideviceinfo"
|
||||||
|
iproxy="$dir/iproxy"
|
||||||
|
irecovery+="$dir/irecovery"
|
||||||
if [[ $platform == "macos" ]]; then
|
if [[ $platform == "macos" ]]; then
|
||||||
local ideviceinfot="$(which ideviceinfo 2>/dev/null)"
|
local ideviceinfot="$(which ideviceinfo 2>/dev/null)"
|
||||||
local irecoveryt="$(which irecovery 2>/dev/null)"
|
local irecoveryt="$(which irecovery 2>/dev/null)"
|
||||||
@ -256,10 +260,6 @@ set_tool_paths() {
|
|||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
bspatch="$dir/bspatch"
|
bspatch="$dir/bspatch"
|
||||||
ideviceenterrecovery="$dir/ideviceenterrecovery"
|
|
||||||
ideviceinfo="$dir/ideviceinfo"
|
|
||||||
iproxy="$dir/iproxy"
|
|
||||||
irecovery+="$dir/irecovery"
|
|
||||||
sha1sum="$(which sha1sum)"
|
sha1sum="$(which sha1sum)"
|
||||||
sha256sum="$(which sha256sum)"
|
sha256sum="$(which sha256sum)"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user