mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-04 06:13:14 +01:00
Merge branch 'powershell' of https://github.com/kenchan0130/Installomator into onishi-prs
This commit is contained in:
@@ -400,34 +400,6 @@ case $label in
|
|||||||
downloadURL="https://www.fatcatsoftware.com/plisteditpro/PlistEditPro.zip"
|
downloadURL="https://www.fatcatsoftware.com/plisteditpro/PlistEditPro.zip"
|
||||||
expectedTeamID="8NQ43ND65V"
|
expectedTeamID="8NQ43ND65V"
|
||||||
;;
|
;;
|
||||||
postman)
|
|
||||||
# credit: Mischa van der Bent
|
|
||||||
name="Postman"
|
|
||||||
type="zip"
|
|
||||||
downloadURL="https://dl.pstmn.io/download/latest/osx"
|
|
||||||
expectedTeamID="H7H8Q7M5CK"
|
|
||||||
;;
|
|
||||||
jamfpppcutility)
|
|
||||||
# credit: Mischa van der Bent
|
|
||||||
name="PPPC Utility"
|
|
||||||
type="zip"
|
|
||||||
downloadURL=$(downloadURLFromGit jamf PPPC-Utility)
|
|
||||||
expectedTeamID="483DWKW443"
|
|
||||||
;;
|
|
||||||
jamfmigrator)
|
|
||||||
# credit: Mischa van der Bent
|
|
||||||
name="jamf-migrator"
|
|
||||||
type="zip"
|
|
||||||
downloadURL=$(downloadURLFromGit jamf JamfMigrator)
|
|
||||||
expectedTeamID="PS2F6S478M"
|
|
||||||
;;
|
|
||||||
jamfreenroller)
|
|
||||||
# credit: Mischa van der Bent
|
|
||||||
name="ReEnroller"
|
|
||||||
type="zip"
|
|
||||||
downloadURL=$(downloadURLFromGit jamf ReEnroller)
|
|
||||||
expectedTeamID="PS2F6S478M"
|
|
||||||
;;
|
|
||||||
slack)
|
slack)
|
||||||
name="Slack"
|
name="Slack"
|
||||||
type="dmg"
|
type="dmg"
|
||||||
@@ -684,7 +656,12 @@ case $label in
|
|||||||
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 )
|
||||||
;;
|
;;
|
||||||
|
powershell)
|
||||||
|
name="PowerShell"
|
||||||
|
type="pkg"
|
||||||
|
downloadURL=$(downloadURLFromGit PowerShell PowerShell | grep lts)
|
||||||
|
expectedTeamID="UBF8T346G9"
|
||||||
|
;;
|
||||||
|
|
||||||
|
|
||||||
# these descriptions exist for testing and are intentionally broken
|
# these descriptions exist for testing and are intentionally broken
|
||||||
|
|||||||
@@ -47,6 +47,7 @@ omnigraffle7
|
|||||||
openvpnconnect
|
openvpnconnect
|
||||||
pacifist
|
pacifist
|
||||||
plisteditpro
|
plisteditpro
|
||||||
|
powershell
|
||||||
postman
|
postman
|
||||||
privileges
|
privileges
|
||||||
resiliosynchome
|
resiliosynchome
|
||||||
|
|||||||
Reference in New Issue
Block a user