diff --git a/resources/depends.sh b/resources/depends.sh index b36f93e..5629f84 100755 --- a/resources/depends.sh +++ b/resources/depends.sh @@ -77,6 +77,7 @@ SetToolPaths() { xpwntool="../resources/tools/xpwntool_$platform" if [[ $platform == "linux" ]]; then + idevicerestore="env LD_LIBRARY_PATH=./resources/lib $idevicerestore" irecovery="env LD_LIBRARY_PATH=./resources/lib $irecovery" opensslver=$(openssl version | awk '{print $2}' | cut -c -3) if [[ $opensslver == "3"* ]]; then