mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-12-23 23:01:49 +01:00
Update some messages
This commit is contained in:
parent
5b1fea684f
commit
3adcd8bd2d
@ -73,7 +73,7 @@ FutureRestore() {
|
||||
Log "Restoring done! Read the message below if any error has occurred:"
|
||||
Echo "* Please read the \"Troubleshooting\" wiki page in GitHub before opening any issue!"
|
||||
Echo "* Your problem may have already been addressed within the wiki page."
|
||||
Echo "* If opening an issue in GitHub, please provide a FULL log. Otherwise, your issue may be dismissed."
|
||||
Echo "* If opening an issue in GitHub, please provide a FULL log/output. Otherwise, your issue may be dismissed."
|
||||
echo
|
||||
}
|
||||
|
||||
@ -161,7 +161,7 @@ iDeviceRestore() {
|
||||
fi
|
||||
Echo "* Please read the \"Troubleshooting\" wiki page in GitHub before opening any issue!"
|
||||
Echo "* Your problem may have already been addressed within the wiki page."
|
||||
Echo "* If opening an issue in GitHub, please provide a FULL log. Otherwise, your issue may be dismissed."
|
||||
Echo "* If opening an issue in GitHub, please provide a FULL log/output. Otherwise, your issue may be dismissed."
|
||||
echo
|
||||
}
|
||||
|
||||
|
@ -90,7 +90,8 @@ Main() {
|
||||
Echo "Version: $(cat resources/git_hash)"
|
||||
else
|
||||
Echo "Version: Unknown"
|
||||
Echo "* I recommend downloading iOS-OTA-Downgrader from the GitHub releases page"
|
||||
Error "git_hash or .git not found. Your copy of iOS-OTA-Downgrader is downloaded incorrectly." \
|
||||
"Please download iOS-OTA-Downgrader from the GitHub releases page or using git clone."
|
||||
fi
|
||||
|
||||
SetToolPaths
|
||||
@ -323,6 +324,11 @@ SelectVersion() {
|
||||
[[ $Mode == "IPSW32" ]] && Selection+=("7.1.2")
|
||||
[[ $ProductType != "iPhone3,2" ]] && Selection+=("6.1.3")
|
||||
|
||||
if [[ $platform == "macos" ]]; then
|
||||
Echo "* Using iPhone4Down on macOS is not recommended for downgrading."
|
||||
Echo "* Please use powdersn0w or cherryflowerJB from dora2ios instead."
|
||||
fi
|
||||
|
||||
if [[ $ProductType == "iPhone3,1" ]]; then
|
||||
Selection+=("5.1.1 (9B208)" "5.1.1 (9B206)")
|
||||
Selection2=("6.1.2" "6.1" "6.0.1" "6.0" "5.1" "5.0.1" "5.0")
|
||||
|
Loading…
Reference in New Issue
Block a user