mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-16 06:13:11 +01:00
Update tembo.sh
This commit is contained in:
7
fragments/labels/tembo.sh
Normal file
7
fragments/labels/tembo.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
tembo)
|
||||
name="Tembo"
|
||||
type="zip"
|
||||
downloadURL="$(curl -fs https://www.houdah.com/tembo/updates/cast2.xml | xpath '(//rss/channel/item/enclosure/@url)[1]' 2>/dev/null | head -1 | cut -d '"' -f 2)"
|
||||
appNewVersion="$(curl -fs https://www.houdah.com/tembo/updates/cast2.xml | xpath '(//rss/channel/item/enclosure/@sparkle:shortVersionString)[1]' 2>/dev/null | head -1 | cut -d '"' -f 2)"
|
||||
expectedTeamID="DKGQD8H8ZY"
|
||||
;;
|
||||
Reference in New Issue
Block a user