mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-14 06:13:13 +01:00
Merge branch 'dev' into libreoffice
This commit is contained in:
@@ -1427,6 +1427,20 @@ keka)
|
|||||||
downloadURL="https://d.keka.io"
|
downloadURL="https://d.keka.io"
|
||||||
expectedTeamID="4FG648TM2A"
|
expectedTeamID="4FG648TM2A"
|
||||||
;;
|
;;
|
||||||
|
googleearth)
|
||||||
|
# credit: David Chatton (@mdmmac on MacAdmins Slack)
|
||||||
|
name="Google Earth Pro"
|
||||||
|
type="pkgInDmg"
|
||||||
|
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
|
# MARK: add new labels above here
|
||||||
|
|
||||||
@@ -1603,6 +1617,28 @@ libreoffice)
|
|||||||
downloadURL="https://download.documentfoundation.org/libreoffice/stable/$(curl -s https://www.libreoffice.org/download/download/ | grep dl_version_number | head -n 1 | cut -d'>' -f3 | cut -d'<' -f1)/mac/x86_64/LibreOffice_$(curl -s https://www.libreoffice.org/download/download/ | grep dl_version_number | head -n 1 | cut -d'>' -f3 | cut -d'<' -f1)_MacOS_x86-64.dmg"
|
downloadURL="https://download.documentfoundation.org/libreoffice/stable/$(curl -s https://www.libreoffice.org/download/download/ | grep dl_version_number | head -n 1 | cut -d'>' -f3 | cut -d'<' -f1)/mac/x86_64/LibreOffice_$(curl -s https://www.libreoffice.org/download/download/ | grep dl_version_number | head -n 1 | cut -d'>' -f3 | cut -d'<' -f1)_MacOS_x86-64.dmg"
|
||||||
expectedTeamID="7P5S3ZLCN7"
|
expectedTeamID="7P5S3ZLCN7"
|
||||||
;;
|
;;
|
||||||
|
gpgsuite)
|
||||||
|
# credit: Micah Lee (@micahflee)
|
||||||
|
name="GPG Suite"
|
||||||
|
type="pkgInDmg"
|
||||||
|
pkgName="Install.pkg"
|
||||||
|
downloadURL=$(curl -s https://gpgtools.org/ | grep https://releases.gpgtools.org/GPG_Suite- | grep Download | cut -d'"' -f4)
|
||||||
|
expectedTeamID="PKV8ZPD836"
|
||||||
|
;;
|
||||||
|
gpgsync)
|
||||||
|
# credit: Micah Lee (@micahflee)
|
||||||
|
name="GPG Sync"
|
||||||
|
type="pkg"
|
||||||
|
downloadURL="https://github.com$(curl -s -L https://github.com/firstlookmedia/gpgsync/releases/latest | grep /firstlookmedia/gpgsync/releases/download | grep \.pkg | cut -d'"' -f2)"
|
||||||
|
expectedTeamID="P24U45L8P5"
|
||||||
|
;;
|
||||||
|
dangerzone)
|
||||||
|
# credit: Micah Lee (@micahflee)
|
||||||
|
name="Dangerzone"
|
||||||
|
type="dmg"
|
||||||
|
downloadURL=$(curl -s https://dangerzone.rocks/ | grep https://github.com/firstlookmedia/dangerzone/releases/download | grep \.dmg | cut -d'"' -f2)
|
||||||
|
expectedTeamID="P24U45L8P5"
|
||||||
|
;;
|
||||||
|
|
||||||
# this description is so you can provide all variables as arguments
|
# this description is so you can provide all variables as arguments
|
||||||
# it will only check if the required variables are setting
|
# it will only check if the required variables are setting
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ code42
|
|||||||
coderunner
|
coderunner
|
||||||
cryptomator
|
cryptomator
|
||||||
cyberduck
|
cyberduck
|
||||||
|
dangerzone
|
||||||
depnotify
|
depnotify
|
||||||
desktoppr
|
desktoppr
|
||||||
detectxswift
|
detectxswift
|
||||||
@@ -43,6 +44,8 @@ googlechrome
|
|||||||
googlechromepkg
|
googlechromepkg
|
||||||
googledrivefilestream
|
googledrivefilestream
|
||||||
googlejapaneseinput
|
googlejapaneseinput
|
||||||
|
gpgsuite
|
||||||
|
gpgsync
|
||||||
grandperspective
|
grandperspective
|
||||||
handbrake
|
handbrake
|
||||||
icons
|
icons
|
||||||
|
|||||||
Reference in New Issue
Block a user