From c3514d247f61c75823122c97ea595f85510212ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20B=C3=BChler?= <48823479+midni9ht@users.noreply.github.com> Date: Mon, 12 Apr 2021 20:12:34 +0200 Subject: [PATCH] Update Installomator.sh --- Installomator.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Installomator.sh b/Installomator.sh index d76c77d..cbd8839 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -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)