mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
326 B
Bash
9 lines
326 B
Bash
ipswupdater)
|
|
name="IPSW Updater"
|
|
type="zip"
|
|
ipswupdaterVersions=$(curl -fs "https://ipsw.app/download/updates.php?current_version=0.9.16")
|
|
downloadURL=$(getJSONValue "$ipswupdaterVersions" "[0].url")
|
|
appNewVersion=$(getJSONValue "$ipswupdaterVersions" "[0].version")
|
|
expectedTeamID="YRW6NUGA63"
|
|
;;
|