added intellijIdeaCE

This commit is contained in:
Armin Briegel
2020-12-07 11:04:30 +01:00
parent b7778e70ce
commit 7e0dc1bb95

View File

@@ -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