mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-23 16:39:17 +01:00
Check for iproxy
This commit is contained in:
parent
8af72a66bd
commit
66e64ed1b2
@ -204,6 +204,7 @@ function kDFU {
|
||||
[[ $VersionDetect == 5 ]] && kloader='kloader5'
|
||||
[[ ! $kloader ]] && kloader='kloader'
|
||||
|
||||
[ ! $(which iproxy) ] && Error "One of the dependencies (iproxy) cannot be found. Please re-install dependencies and try again" "./restore.sh InstallDependencies"
|
||||
iproxy 2222:22 &>/dev/null &
|
||||
iproxyPID=$!
|
||||
WifiAddr=$(echo "$ideviceinfo" | grep 'WiFiAddress' | cut -c 14-)
|
||||
|
Loading…
Reference in New Issue
Block a user