mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
8 lines
317 B
Plaintext
8 lines
317 B
Plaintext
fsmonitor)
|
|
# credit: Adrian Bühler (@midni9ht)
|
|
name="FSMonitor"
|
|
type="zip"
|
|
downloadURL=$(curl --location --fail --silent "https://fsmonitor.com/FSMonitor/Archives/appcast2.xml" | xpath '//rss/channel/item[last()]/enclosure/@url' 2>/dev/null | cut -d '"' -f 2)
|
|
expectedTeamID="V85GBYB7B9"
|
|
;;
|