mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-23 16:39:17 +01:00
Add message for "Other"
This commit is contained in:
parent
6c9b5590d2
commit
0f014ba31f
@ -107,8 +107,9 @@ function SelectVersion {
|
||||
function Action {
|
||||
Log "Option: $Mode"
|
||||
if [[ $OSVer == 'Other' ]]; then
|
||||
echo "Move/copy the IPSW and SHSH to the directory where the script is located"
|
||||
read -p "[Input] Path to IPSW (drag IPSW to terminal window): " IPSW
|
||||
IPSW="$(basename "$IPSW" .ipsw)"
|
||||
IPSW="$(basename $IPSW .ipsw)"
|
||||
read -p "[Input] Path to SHSH (drag SHSH to terminal window): " SHSH
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user