mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-30 22:04:17 +01:00
added intellijIdeaCE
This commit is contained in:
@@ -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)
|
#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)
|
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
|
# MARK: add new labels above here
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user