mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
changed fragments to .sh extension
This commit is contained in:
13
fragments/labels/jetbrainspycharmce.sh
Normal file
13
fragments/labels/jetbrainspycharmce.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
jetbrainspycharmce|\
|
||||
pycharmce)
|
||||
name="PyCharm CE"
|
||||
type="dmg"
|
||||
appNewVersion=$(curl -fs "https://data.services.jetbrains.com/products/releases?code=PCC&latest=true&type=release" | grep -o 'version*.*,' | cut -d '"' -f3)
|
||||
if [[ $(arch) == i386 ]]; then
|
||||
downloadURL="https://download.jetbrains.com/product?code=PCC&latest&distribution=mac"
|
||||
elif [[ $(arch) == arm64 ]]; then
|
||||
downloadURL="https://download.jetbrains.com/product?code=PCC&latest&distribution=macM1"
|
||||
fi
|
||||
expectedTeamID="2ZEFAR8TH3"
|
||||
#Company="JetBrains"
|
||||
;;
|
||||
Reference in New Issue
Block a user