From 6132f8775727f15b83ae71b14b9c3806a75ecb7e Mon Sep 17 00:00:00 2001 From: LukeZGD <26163116+LukeZGD@users.noreply.github.com> Date: Mon, 12 Sep 2022 09:51:33 +0800 Subject: [PATCH] Fix libbz2 not found Fedora - for idevicerestore - yet another oversight that a fix is overdue with --- resources/depends.sh | 1 + 1 file changed, 1 insertion(+) 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