From 20985b33ea959642e9e992d1b66acf3e9e0253d8 Mon Sep 17 00:00:00 2001 From: Armin Briegel <1933192+scriptingosx@users.noreply.github.com> Date: Tue, 12 May 2020 13:40:39 +0200 Subject: [PATCH] added royaltsx --- Installomator.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Installomator.sh b/Installomator.sh index e22c4ac..2b2feca 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -238,7 +238,7 @@ case $label in eraseinstall) name="EraseInstall" type="pkg" - downloadURL="https://bitbucket.org"$(curl -s https://bitbucket.org/prowarehouse-nl/erase-install/downloads/ | grep pkg | cut -d'"' -f2 | head -n 1) + downloadURL=$(curl -fs https://bitbucket.org/prowarehouse-nl/erase-install/downloads/ | grep pkg | cut -d'"' -f2 | head -n 1) expectedTeamID="R55HK5K86Y" ;; omnigraffle7) @@ -461,6 +461,12 @@ case $label in downloadURL="https://iterm2.com/downloads/stable/latest" expectedTeamID="H7V7XYVQ7D" ;; + royaltsx) + name="Royal TSX" + type="dmg" + downloadURL=$(curl -fs https://royaltsx-v4.royalapps.com/updates_stable | xpath '//rss/channel/item[1]/enclosure/@url' 2>/dev/null | cut -d '"' -f 2) + expectedTeamID="VXP8K9EDP6" + ;; # Note: Packages is signed but _not_ notarized, so spctl will reject it