Chrome for Mac OS installs outdated version
Is it just me or does https://github.com/microsoft/shell-intune-samples/blob/master/macOS/Apps/Google%20Chrome/installApp3.01-GoogleChrome.sh install a super old version of Chrome on MacOS?
DMG is downloaded in the script from "https://dl.google.com/chrome/mac/stable//googlechrome.dmg" (notice "//" in the URL - but it does not make a difference if one is removed) and this is from the info.plist that's in the downloaded DMG:
<key>CFBundleShortVersionString</key>
<string>47.0.2526.80</string>
I'm using the following URL to install the enterprise version of Chrome on macOS. This URL is for the universal installer that supports ARM and x86 in DMG format.
https://dl.google.com/dl/chrome/mac/universal/stable/gcea/googlechrome.dmg
A new script called installApp3.01-GoogleChrome.sh was added that uses the above URL.