mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-23 21:03:44 +00:00
8 lines
349 B
Bash
8 lines
349 B
Bash
jetbrainsintellijideace|\
|
|
intellijideace)
|
|
name="IntelliJ IDEA CE"
|
|
type="dmg"
|
|
downloadURL="https://download.jetbrains.com/product?code=IIC&latest&distribution=mac"
|
|
appNewVersion=$( curl -fsIL "${downloadURL}" | grep -i "location" | tail -1 | sed -E 's/.*\/[a-zA-Z-]*-([0-9.]*).*[-.].*dmg/\1/g' )
|
|
expectedTeamID="2ZEFAR8TH3"
|
|
;; |