mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-01 14:23:06 +01:00
Update Installomator.sh
This commit is contained in:
@@ -1613,6 +1613,8 @@ jetbrainsphpstorm)
|
|||||||
;;
|
;;
|
||||||
jetbrainspycharm)
|
jetbrainspycharm)
|
||||||
# credit: Adrian Bühler (@midni9ht)
|
# credit: Adrian Bühler (@midni9ht)
|
||||||
|
# This is the Pro version of PyCharm.
|
||||||
|
# Do not confuse with PyCharm CE.
|
||||||
name="PyCharm"
|
name="PyCharm"
|
||||||
type="dmg"
|
type="dmg"
|
||||||
appNewVersion=$(curl -fs "https://data.services.jetbrains.com/products/releases?code=PCP&latest=true&type=release" | grep -o 'version*.*,' | cut -d '"' -f3)
|
appNewVersion=$(curl -fs "https://data.services.jetbrains.com/products/releases?code=PCP&latest=true&type=release" | grep -o 'version*.*,' | cut -d '"' -f3)
|
||||||
|
|||||||
Reference in New Issue
Block a user