mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-07 14:23:11 +01:00
Added Default Folder X.
This commit is contained in:
@@ -1301,6 +1301,13 @@ debookee)
|
|||||||
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)
|
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"
|
expectedTeamID="AATLWWB4MZ"
|
||||||
;;
|
;;
|
||||||
|
defaultfolderx)
|
||||||
|
# credit: Gabe Marchan (gabemarchan.com - @darklink87)
|
||||||
|
name="Default Folder X"
|
||||||
|
type="dmg"
|
||||||
|
downloadURL=$(curl -fs "https://www.stclairsoft.com/cgi-bin/dl.cgi?DX" | awk -F '"' "/dmg/ {print \$4}" | head -2 | tail -1)
|
||||||
|
expectedTeamID="7HK42V8R9D"
|
||||||
|
;;
|
||||||
depnotify)
|
depnotify)
|
||||||
name="DEPNotify"
|
name="DEPNotify"
|
||||||
type="zip"
|
type="zip"
|
||||||
|
|||||||
Reference in New Issue
Block a user