mirror of
https://github.com/mtan93/Installomator.git
synced 2026-05-14 06:08:57 +01:00
changed fragments to .sh extension
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
sourcetree)
|
||||
name="Sourcetree"
|
||||
type="zip"
|
||||
downloadURL=$(curl -fs https://product-downloads.atlassian.com/software/sourcetree/Appcast/SparkleAppcastAlpha.xml \
|
||||
| xpath '//rss/channel/item[last()]/enclosure/@url' 2>/dev/null \
|
||||
| cut -d '"' -f 2 )
|
||||
appNewVersion=$(curl -fs https://product-downloads.atlassian.com/software/sourcetree/Appcast/SparkleAppcastAlpha.xml | xpath '//rss/channel/item[last()]/title' 2>/dev/null | sed -n -e 's/^.*Version //p' | sed 's/\<\/title\>//' | sed $'s/[^[:print:] ]//g')
|
||||
expectedTeamID="UPXU4CQZ5P"
|
||||
;;
|
||||
Reference in New Issue
Block a user