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