mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-10 22:04:59 +01:00
changed fragments to .sh extension
This commit is contained in:
7
fragments/labels/pymol.sh
Normal file
7
fragments/labels/pymol.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
pymol)
|
||||
name="PyMOL"
|
||||
type="dmg"
|
||||
downloadURL=$(curl -s -L "https://pymol.org/" | grep -m 1 -Eio 'href="https://pymol.org/installers/PyMOL-(.*)-MacOS(.*).dmg"' | cut -c7- | sed -e 's/"$//')
|
||||
expectedTeamID="26SDDJ756N"
|
||||
#Company="Schrödinger, Inc."
|
||||
;;
|
||||
Reference in New Issue
Block a user