mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-01 06:13:13 +01:00
changed fragments to .sh extension
This commit is contained in:
7
fragments/labels/fsmonitor.sh
Normal file
7
fragments/labels/fsmonitor.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
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"
|
||||
;;
|
||||
Reference in New Issue
Block a user