mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-23 16:39:17 +01:00
Small change
This commit is contained in:
parent
b035bea1ba
commit
9c4e4b8468
18
restore.sh
18
restore.sh
@ -1,10 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
clear
|
|
||||||
echo "******* 32bit-OTA-Downgrader *******"
|
|
||||||
echo " - by LukeZGD "
|
|
||||||
echo
|
|
||||||
|
|
||||||
if [[ $OSTYPE == "linux-gnu" ]]
|
if [[ $OSTYPE == "linux-gnu" ]]
|
||||||
then
|
then
|
||||||
platform="linux"
|
platform="linux"
|
||||||
@ -338,7 +333,10 @@ function MainMenu {
|
|||||||
rm -rf iP*/ tmp/ $(ls *.shsh2 2>/dev/null)
|
rm -rf iP*/ tmp/ $(ls *.shsh2 2>/dev/null)
|
||||||
mkdir tmp
|
mkdir tmp
|
||||||
|
|
||||||
echo "Main Menu"
|
clear
|
||||||
|
echo "******* 32bit-OTA-Downgrader *******"
|
||||||
|
echo " - by LukeZGD "
|
||||||
|
echo
|
||||||
|
|
||||||
if [ ! $HardwareModel ]
|
if [ ! $HardwareModel ]
|
||||||
then
|
then
|
||||||
@ -348,7 +346,9 @@ function MainMenu {
|
|||||||
then
|
then
|
||||||
NoBaseband=1
|
NoBaseband=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "Main Menu"
|
||||||
|
echo
|
||||||
echo "HardwareModel: $HardwareModel"
|
echo "HardwareModel: $HardwareModel"
|
||||||
echo "ProductType: $ProductType"
|
echo "ProductType: $ProductType"
|
||||||
echo "ProductVersion: $ProductVersion"
|
echo "ProductVersion: $ProductVersion"
|
||||||
@ -392,6 +392,10 @@ function Ubuntu1804 {
|
|||||||
|
|
||||||
if [ ! $(which bspatch) ] || [ ! $(which ideviceinfo) ] || [ ! $(which ssh) ] || [ ! $(which scp) ] || [ ! $(which lsusb) ]
|
if [ ! $(which bspatch) ] || [ ! $(which ideviceinfo) ] || [ ! $(which ssh) ] || [ ! $(which scp) ] || [ ! $(which lsusb) ]
|
||||||
then
|
then
|
||||||
|
clear
|
||||||
|
echo "******* 32bit-OTA-Downgrader *******"
|
||||||
|
echo " - by LukeZGD "
|
||||||
|
echo
|
||||||
echo "Install dependencies"
|
echo "Install dependencies"
|
||||||
|
|
||||||
. /etc/os-release 2> /dev/null
|
. /etc/os-release 2> /dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user