If I would download each and every time that would be stupid. In my Infrastructure as Code deployment I deploy 14 VM’s in 30 minutes. Not to mention what happens when the script runs about the same time on 2-3 VMs.
This might makes sense in some case, but in terms of VMware Tools (working on it) it’s very unefficient, unstable and waste of time to download each and every time. Which means I needed to do stuff manually or simple download and delete each and every time. You see even with Google’s URL to their latest version it wasn’t possible for me to grab the version number. This was the missing piece of the puzzle to make my Google Chrome Enterprise installation script evergreen.
Yesterday’s post Download and Install Latest Mozilla Firefox about evergreen URLs spiked quite some engagement in the community on Twitter sharing their Git resources.Īaron Parker shared his Function on how to read Google’s JSON file to find the latest version.