mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Update fastscripts.sh
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
fastscripts)
|
fastscripts)
|
||||||
name="FastScripts"
|
name="FastScripts"
|
||||||
type="zip"
|
type="zip"
|
||||||
downloadURL=$( curl -fs "https://redsweater.com/fastscripts/appcast3.php" | xpath '//rss/channel/item/enclosure/@url' 2>/dev/null | cut -d '"' -f2 )
|
downloadURL=$( curl -fs "https://redsweater.com/fastscripts/appcast3.php" | xpath '(//rss/channel/item/enclosure/@url)[1]' 2>/dev/null | cut -d '"' -f2 )
|
||||||
appNewVersion=$( curl -fs "https://redsweater.com/fastscripts/appcast3.php" | xpath '//rss/channel/item/enclosure/@sparkle:shortVersionString' 2>/dev/null | cut -d '"' -f2 )
|
appNewVersion=$( curl -fs "https://redsweater.com/fastscripts/appcast3.php" | xpath '(//rss/channel/item/enclosure/@sparkle:shortVersionString)[1]' 2>/dev/null | cut -d '"' -f2 )
|
||||||
expectedTeamID="493CVA9A35"
|
expectedTeamID="493CVA9A35"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user