From f24a76b4d77670ebc3d635594cf025b3e2362994 Mon Sep 17 00:00:00 2001 From: Kyle Kirkland Date: Mon, 9 Dec 2024 12:33:54 -0700 Subject: [PATCH] Update Mac - Install Chrome DMG.md Update to universal dmg to ensure current stable version is installed. --- .../Application Installs/Mac - Install Chrome DMG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PowerShell/JumpCloud Commands Gallery/Mac Commands/Application Installs/Mac - Install Chrome DMG.md b/PowerShell/JumpCloud Commands Gallery/Mac Commands/Application Installs/Mac - Install Chrome DMG.md index 79e760629..5c02ad246 100644 --- a/PowerShell/JumpCloud Commands Gallery/Mac Commands/Application Installs/Mac - Install Chrome DMG.md +++ b/PowerShell/JumpCloud Commands Gallery/Mac Commands/Application Installs/Mac - Install Chrome DMG.md @@ -10,7 +10,7 @@ mac ``` # DMG Download URL -DownloadUrl="https://dl.google.com/chrome/mac/stable/GGRO/googlechrome.dmg" +DownloadUrl="https://dl.google.com/chrome/mac/universal/stable/GGRO/googlechrome.dmg" ### Modify below this line at your own risk! @@ -173,7 +173,7 @@ echo "Deleted /tmp/$TempFolder" #### Description -Installs Google Chrome from the DMG file available for download from the link: `https://dl.google.com/chrome/mac/stable/GGRO/googlechrome.dmg`. +Installs Google Chrome from the DMG file available for download from the link: `https://dl.google.com/chrome/mac/universal/stable/GGRO/googlechrome.dmg`. This command creates a temporary folder in the /tmp directory and to downloads the DMG file to this folder.