You need to sign in or sign up before continuing.
phpstorm.sh 289 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
#!/bin/sh

PKGNAME=PhpStorm
SUPPORTEDARCHES="x86_64 aarch64"
VERSION="$2"
DESCRIPTION="PhpStorm - The Lightning-Smart PHP IDE from the official site"
URL="https://www.jetbrains.com/phpstorm/"

. $(dirname $0)/common-jetbrains.sh

PKGURL="$(get_jetbrains_pkgurl PS webide)"

13
install_pkgurl