mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-27 02:14:15 +01:00
Fix libbz2 not found Fedora
- for idevicerestore - yet another oversight that a fix is overdue with
This commit is contained in:
parent
36a9033f08
commit
6132f87757
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user