mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-23 16:39:17 +01:00
Fix #240
This commit is contained in:
parent
edf5f52c27
commit
7630fda7c3
@ -91,7 +91,7 @@ SetToolPaths() {
|
|||||||
opensslver=$(openssl version | awk '{print $2}' | cut -c -3)
|
opensslver=$(openssl version | awk '{print $2}' | cut -c -3)
|
||||||
if [[ $opensslver == "3"* ]]; then
|
if [[ $opensslver == "3"* ]]; then
|
||||||
cherrybin="env LD_LIBRARY_PATH=../resources/lib $cherrybin"
|
cherrybin="env LD_LIBRARY_PATH=../resources/lib $cherrybin"
|
||||||
idevicerestore="env LD_LIBRARY_PATH=../resources/lib $idevicerestore"
|
idevicerestore="env LD_LIBRARY_PATH=./resources/lib $idevicerestore"
|
||||||
fi
|
fi
|
||||||
ipwndfu="$python2 ipwndfu"
|
ipwndfu="$python2 ipwndfu"
|
||||||
jq="$(which jq)"
|
jq="$(which jq)"
|
||||||
|
Loading…
Reference in New Issue
Block a user