Update procursus-migration.sh

This commit is contained in:
Yaya4
2020-08-06 00:12:55 +02:00
committed by GitHub
parent bc08a33c4a
commit 0ffd33caad

View File

@ -4,7 +4,7 @@ echo You need to run this script as root.
else
clear
echo "Copyright (c) 2020, Yaya4 All rights reserved."
echo -e "\e[31mUncursus 2.0 Migration Part By Yaya4_4 1.0 (Sbtale)\e[0m"
echo -e "\e[31mUncursus 2.0 Migration Part By Yaya4_4 1.0.2 (Sbtale)\e[0m"
echo "Checking iOS Version"
VER=$(/usr/bin/plutil -key ProductVersion /System/Library/CoreServices/SystemVersion.plist)
if [[ "${VER%.*}" -ge 12 ]] && [[ "${VER%.*}" -lt 13 ]]; then