mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-21 21:03:37 +00:00
7 lines
326 B
Bash
7 lines
326 B
Bash
jetbrainsintellijidea)
|
|
name="IntelliJ IDEA"
|
|
type="dmg"
|
|
downloadURL="https://download.jetbrains.com/product?code=II&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"
|
|
;; |