mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-07 22:04:45 +01:00
changed fragments to .sh extension
This commit is contained in:
7
fragments/labels/debookee.sh
Normal file
7
fragments/labels/debookee.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
debookee)
|
||||
# credit: Adrian Bühler (@midni9ht)
|
||||
name="Debookee"
|
||||
type="zip"
|
||||
downloadURL=$(curl --location --fail --silent "https://www.iwaxx.com/debookee/appcast.xml" | xpath '//rss/channel/item[1]/enclosure/@url' 2>/dev/null | cut -d '"' -f 2)
|
||||
expectedTeamID="AATLWWB4MZ"
|
||||
;;
|
||||
Reference in New Issue
Block a user