From f7c406aaf497e639e1f7011d0437c1487eacafbb Mon Sep 17 00:00:00 2001 From: Armin Briegel <1933192+scriptingosx@users.noreply.github.com> Date: Mon, 23 Nov 2020 16:06:20 +0100 Subject: [PATCH] added prism9 --- Installomator.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Installomator.sh b/Installomator.sh index 82f3ebb..7f344ae 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -1440,7 +1440,14 @@ pymol) type="dmg" downloadURL=$(curl -s -L "https://pymol.org/" | grep -m 1 -Eio 'href="https://pymol.org/installers/PyMOL-(.*)-MacOS(.*).dmg"' | cut -c7- | sed -e 's/"$//') expectedTeamID="26SDDJ756N" - ;; + ;; +prism9) + # credit: Fredrik Larsson (@fredrik_l on MacAdmins Slack) + name="Prism 9" + type="dmg" + downloadURL="http://cdn.graphpad.com/downloads/prism/9/InstallPrism9.dmg" + expectedTeamID="YQ2D36NS9M" + ;; # MARK: add new labels above here