mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
410 B
Bash
9 lines
410 B
Bash
jetbrainsintellijidea)
|
|
# credit: Gabe Marchan (gabemarchan.com - @darklink87)
|
|
name="IntelliJ IDEA"
|
|
type="dmg"
|
|
downloadURL="https://download.jetbrains.com/product?code=II&latest&distribution=mac"
|
|
appNewVersion=$(curl -fs "https://data.services.jetbrains.com/products/releases?code=II&latest=true&type=release" | grep -o 'version*.*,' | cut -d '"' -f3)
|
|
expectedTeamID="2ZEFAR8TH3"
|
|
;;
|