mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-14 13:21:58 +00:00
added pymol
This commit is contained in:
@@ -1434,7 +1434,13 @@ googleearth)
|
||||
downloadURL="https://dl.google.com/earth/client/advanced/current/GoogleEarthProMac-Intel.dmg"
|
||||
expectedTeamID="EQHXZ8M8AV"
|
||||
;;
|
||||
|
||||
pymol)
|
||||
# credit: Fredrik Larsson (@fredrik_l on MacAdmins Slack)
|
||||
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"
|
||||
;;
|
||||
|
||||
# MARK: add new labels above here
|
||||
|
||||
|
||||
Reference in New Issue
Block a user