softgotalent.blogg.se

Chrome 55 download for mac
Chrome 55 download for mac








chrome 55 download for mac
  1. #Chrome 55 download for mac install
  2. #Chrome 55 download for mac verification
  3. #Chrome 55 download for mac Offline
  4. #Chrome 55 download for mac free

# Automatically download and install nearly any app from a direct download link

chrome 55 download for mac

#Chrome 55 download for mac verification

app into the /Applications folder.Īnyways, I haven't really worked with bash or Jamf scripts too much yet, so I'd love some feedback if y'all would be willing to share! Some additional verification logic might be helpful for the if/then statements, but I haven't noticed any negative results so far. This script still works, but just dumps the. The one caveat here is installers that are packaged as a. It's worked out great for us so far, I created a template script & policy in Jamf, so all that's needed to create a new app installer is clone the script, paste in the DL link in the script, clone the policy, and add the newly cloned script to the policy.

#Chrome 55 download for mac free

  • Chrome will always be fresh when installedįeel free to salt-to-taste - even better if you share your changes.Īwesome script created a modified version of it that will take just about any app installer direct download link and install the app, regardless of type of packaging.
  • Chrome can be manually installed via Self-Service.
  • Chrome will auto-install on machines without Chrome.
  • Icon: I ripped the Google Chrome 128x128 icon from the icon file found within the Google Chrome.appįeature the policy on the main page = CheckedĪnyway - That's about it. Make the policy available in Self Service = Checkedĭescription: Download and install the latest version of Google Chrome There may be other reasons.ĭisplay Name: "Google Chrome (Latest Version)" they can go to Self-Service and download/install at their leisure. Perhaps the user's version of Chrome isn't updating properly. I did not want the user's ability to download/install Google Chrome to be hindered within Self-Service by them being out of scope. I wanted a second policy for the sole purpose of Self-Service. Target/Type = "Google Chrome - Not Installed" Smart Computer Group Points to the script in System Settings > Computer Management > Scripts

    #Chrome 55 download for mac Offline

    Triggers = Login, Recurring Check-In, Make Available Offline

    chrome 55 download for mac

    This policy makes things happen auto-magically based on the aforementioned Smart Computer Group.ĭisplay Name: "Download & Install Google Chrome" We need a Smart Computer Group so Policy #1 has something to work from.ĭisplay Name = "Google Chrome - Not Installed" # Remove the downloaded vendor supplied DMG file GoogleChromeDMG="$(hdiutil info | grep "/Volumes/Google Chrome" | awk '')" # Identify the correct mount point for the vendor supplied DMG file # Copy contents of vendor supplied DMG file to /Applications/Ĭp -pPR /Volumes/Google Chrome/Google Chrome.app /Applications/ # Download vendor supplied DMG file into /tmp/ # Shout out to Chad Brewer (cbrewer) on JAMFNation for this fix/update # Added -nobrowse flag to hdiutil attach /tmp/$VendorDMG command line arguments # Automatically download and install Google Chrome Feel free to add some if you feel the need. NOTE: Yes, I am aware that I don't have any error checking taking place.

    chrome 55 download for mac

    I tossed this script into System Settings > Computer Management > Scripts within the JSS. I wrote a simple script that does the heavy lifting. Well, lemme share my story, morning glory. So how can we deploy Google Chrome with the freshest of the fresh so we don't get that not-so-fresh feeling? You could effectively re-package everything using Composer, but then things get REAL STALE, REAL FAST - Google updates Chrome frequently. The Google Chrome.app file must be dragged to the /Applications folder. But hey, one-stop shopping in Self-Service, right?Īs we all know, Google deploys Chrome via a DMG file. Why? Users can just download from Google on their own. I wanted to make Google Chrome a part of my automated deployment process and also be available within Self-Service.










    Chrome 55 download for mac