Update Installomator.sh

This commit is contained in:
Adrian Bühler
2021-04-12 20:12:34 +02:00
committed by GitHub
parent bd71675961
commit c3514d247f

View File

@@ -1613,6 +1613,8 @@ jetbrainsphpstorm)
;;
jetbrainspycharm)
# credit: Adrian Bühler (@midni9ht)
# This is the Pro version of PyCharm.
# Do not confuse with PyCharm CE.
name="PyCharm"
type="dmg"
appNewVersion=$(curl -fs "https://data.services.jetbrains.com/products/releases?code=PCP&latest=true&type=release" | grep -o 'version*.*,' | cut -d '"' -f3)