mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
7 lines
258 B
Bash
7 lines
258 B
Bash
debookee)
|
|
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"
|
|
;;
|