mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 21:02:46 +00:00
updated Labels.txt
This commit is contained in:
@@ -1448,6 +1448,28 @@ prism9)
|
|||||||
downloadURL="http://cdn.graphpad.com/downloads/prism/9/InstallPrism9.dmg"
|
downloadURL="http://cdn.graphpad.com/downloads/prism/9/InstallPrism9.dmg"
|
||||||
expectedTeamID="YQ2D36NS9M"
|
expectedTeamID="YQ2D36NS9M"
|
||||||
;;
|
;;
|
||||||
|
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"
|
||||||
|
;;
|
||||||
|
|
||||||
# MARK: add new labels above here
|
# MARK: add new labels above here
|
||||||
|
|
||||||
@@ -1617,28 +1639,6 @@ microsoftdefenderatp)
|
|||||||
updateTool="/Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app/Contents/MacOS/msupdate"
|
updateTool="/Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app/Contents/MacOS/msupdate"
|
||||||
updateToolArguments=( --install --apps WDAV00 )
|
updateToolArguments=( --install --apps WDAV00 )
|
||||||
;;
|
;;
|
||||||
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
|
||||||
|
|||||||
@@ -43,6 +43,7 @@ githubdesktop
|
|||||||
googlechrome
|
googlechrome
|
||||||
googlechromepkg
|
googlechromepkg
|
||||||
googledrivefilestream
|
googledrivefilestream
|
||||||
|
googleearth
|
||||||
googlejapaneseinput
|
googlejapaneseinput
|
||||||
gpgsuite
|
gpgsuite
|
||||||
gpgsync
|
gpgsync
|
||||||
@@ -57,6 +58,7 @@ jamfpppcutility
|
|||||||
jamfreenroller
|
jamfreenroller
|
||||||
karabinerelements
|
karabinerelements
|
||||||
keepassxc
|
keepassxc
|
||||||
|
keka
|
||||||
krisp
|
krisp
|
||||||
malwarebytes
|
malwarebytes
|
||||||
mattermost
|
mattermost
|
||||||
@@ -89,7 +91,9 @@ plisteditpro
|
|||||||
postman
|
postman
|
||||||
prism7
|
prism7
|
||||||
prism8
|
prism8
|
||||||
|
prism9
|
||||||
privileges
|
privileges
|
||||||
|
pymol
|
||||||
qgis-macos-pr
|
qgis-macos-pr
|
||||||
r
|
r
|
||||||
resiliosynchome
|
resiliosynchome
|
||||||
|
|||||||
Reference in New Issue
Block a user