Update procursus-migration.sh
This commit is contained in:
parent
fa3238a348
commit
8f6066eecc
@ -4,7 +4,7 @@ echo You need to run this script as root.
|
|||||||
else
|
else
|
||||||
clear
|
clear
|
||||||
echo "Copyright (c) 2020, Yaya4 All rights reserved."
|
echo "Copyright (c) 2020, Yaya4 All rights reserved."
|
||||||
echo -e "\e[31mUncursus 2.0 Migration Part By Yaya4_4 1.2.2 (Stable)\e[0m"
|
echo -e "\e[31mUncursus 2.0 Migration Part By Yaya4_4 1.2.2-1 (Stable)\e[0m"
|
||||||
checkiOSVersion(){
|
checkiOSVersion(){
|
||||||
echo "Checking iOS Version ..."
|
echo "Checking iOS Version ..."
|
||||||
VER=$(/usr/bin/plutil -key ProductVersion /System/Library/CoreServices/SystemVersion.plist)
|
VER=$(/usr/bin/plutil -key ProductVersion /System/Library/CoreServices/SystemVersion.plist)
|
||||||
@ -22,7 +22,7 @@ echo "iOS 12 detected, setting the CFVER to 1500"
|
|||||||
CFVER=1500
|
CFVER=1500
|
||||||
else
|
else
|
||||||
echo "Your iOS Version Is Under iOS 12 Or Either Than 13"
|
echo "Your iOS Version Is Under iOS 12 Or Either Than 13"
|
||||||
exit 1
|
exit 0
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
checkDependencies(){
|
checkDependencies(){
|
||||||
|
Reference in New Issue
Block a user