Fix libbz2 not found Fedora

- for idevicerestore
- yet another oversight that a fix is overdue with
This commit is contained in:
LukeZGD 2022-09-12 09:51:33 +08:00
parent 36a9033f08
commit 6132f87757

View File

@ -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