mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2025-05-02 16:01:27 +02:00
parent
56fb0ddea2
commit
810ebb2ea4
@ -38,6 +38,7 @@ function Main {
|
|||||||
echo
|
echo
|
||||||
|
|
||||||
if [[ $OSTYPE == "linux-gnu" ]]; then
|
if [[ $OSTYPE == "linux-gnu" ]]; then
|
||||||
|
. /etc/os-release 2>/dev/null
|
||||||
platform="linux"
|
platform="linux"
|
||||||
bspatch="bspatch"
|
bspatch="bspatch"
|
||||||
ideviceenterrecovery="ideviceenterrecovery"
|
ideviceenterrecovery="ideviceenterrecovery"
|
||||||
@ -555,7 +556,6 @@ function Downgrade {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function InstallDependencies {
|
function InstallDependencies {
|
||||||
. /etc/os-release 2>/dev/null
|
|
||||||
mkdir tmp 2>/dev/null
|
mkdir tmp 2>/dev/null
|
||||||
cd tmp
|
cd tmp
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user