# updateos.osdcloud.ch Write-Host -ForegroundColor Gray "Download August CU PPKG from Azure Blob Storage" Invoke-Expression "& curl.exe --insecure --location --output 'C:\OSDCloud\Packages\InstallGoogleChrome.ppkg' --url 'https://azosdclouddev.blob.core.windows.net/packages/InstallGoogleChrome.ppkg?sp=r&st=2022-11-04T22:00:24Z&se=2023-11-01T06:00:24Z&sv=2021-06-08&sr=b&sig=W%2BvtYbR2y4RMXd99pt2JSc2rtMhiBC1YxvG8W62cBd4%3D'" Write-Host -ForegroundColor Gray "Importing August CU as PPKG" DISM.exe /Image:C:\ /Add-ProvisioningPackage /PackagePath:C:\OSDCloud\Packages\InstallGoogleChrome.ppkg