From 7e0dc1bb957b5e74df8dae7f090dc5bffb9fc62c Mon Sep 17 00:00:00 2001 From: Armin Briegel <1933192+scriptingosx@users.noreply.github.com> Date: Mon, 7 Dec 2020 11:04:30 +0100 Subject: [PATCH] added intellijIdeaCE --- Installomator.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Installomator.sh b/Installomator.sh index 8040ee2..bba4271 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -1619,6 +1619,15 @@ jetbrainsappcode) #appNewVersion=$(curl -fs "https://data.services.jetbrains.com/products/releases?code=AC&latest=true&type=release" | grep -o 'version*.*,' | cut -d '"' -f3) downloadURL=$(curl -fs "https://data.services.jetbrains.com/products/releases?code=AC&latest=true&type=release" | grep -o "mac*.*.dmg" | cut -d '"' -f5) ;; +intellijideace) + # credit: Alex L. (@aloew on MacAdmins Slack) + name="IntelliJ IDEA CE" + type="dmg" + downloadURL="https://download.jetbrains.com/product?code=IIC&latest&distribution=mac" + expectedTeamID="2ZEFAR8TH3" + ;; + + # MARK: add new labels above here