From 5c58c203b889d58b109b22a3a7426a97a38f7682 Mon Sep 17 00:00:00 2001 From: Gabe Marchan Date: Sun, 11 Jul 2021 13:24:39 -0500 Subject: [PATCH] Added Default Folder X. --- Installomator.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Installomator.sh b/Installomator.sh index 4b22704..f40dad0 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -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) 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) name="DEPNotify" type="zip"