mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-27 10:24:16 +01:00
Update depends.sh
This commit is contained in:
parent
03a14eda40
commit
1b3602b61a
@ -129,9 +129,9 @@ InstallDepends() {
|
||||
|
||||
mkdir resources/lib tmp 2>/dev/null
|
||||
cd resources
|
||||
cp lib/*.so.1.1 ../tmp
|
||||
cp lib/*.so.1.1 ../tmp 2>/dev/null
|
||||
rm -rf ipwndfu lib/*
|
||||
cp ../tmp/*.so.1.1 lib/
|
||||
cp ../tmp/*.so.1.1 lib/ 2>/dev/null
|
||||
cd ../tmp
|
||||
|
||||
Log "Installing dependencies..."
|
||||
|
Loading…
Reference in New Issue
Block a user