This commit is contained in:
LukeeGD 2020-06-14 23:58:09 +08:00
parent 4c940e6593
commit 4f530abaab

View File

@ -107,7 +107,6 @@ function SelectVersion {
function Action { function Action {
Log "iOS $OSVer $Mode" Log "iOS $OSVer $Mode"
if [ $OSVer == 'Other' ]; then if [ $OSVer == 'Other' ]; then
OSVer=0
read -p "[Input] Path to IPSW (drag IPSW to terminal window): " IPSW 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 read -p "[Input] Path to SHSH (drag SHSH to terminal window): " SHSH