mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Create googlechromeenterprise.sh
This commit is contained in:
10
fragments/labels/googlechromeenterprise.sh
Normal file
10
fragments/labels/googlechromeenterprise.sh
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
googlechromeenterprise)
|
||||||
|
name="Google Chrome"
|
||||||
|
type="pkg"
|
||||||
|
downloadURL="https://dl.google.com/dl/chrome/mac/universal/stable/gcem/GoogleChrome.pkg"
|
||||||
|
appNewVersion=$(curl -s https://omahaproxy.appspot.com/history | awk -F',' '/mac_arm64,stable/{print $3; exit}')
|
||||||
|
expectedTeamID="EQHXZ8M8AV"
|
||||||
|
updateTool="/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftwareUpdateAgent"
|
||||||
|
updateToolArguments=( -runMode oneshot -userInitiated YES )
|
||||||
|
updateToolRunAsCurrentUser=1
|
||||||
|
;;
|
||||||
Reference in New Issue
Block a user