mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Add ipswupdater label using JSON parsing
This commit is contained in:
8
fragments/labels/ipswupdater.sh
Normal file
8
fragments/labels/ipswupdater.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
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"
|
||||
;;
|
||||
Reference in New Issue
Block a user