From 458768ac92f43a3fdbbd739e49ea9d42a59e5fc9 Mon Sep 17 00:00:00 2001 From: saitcho Date: Wed, 15 Nov 2023 07:37:17 -0600 Subject: [PATCH] update wallpaper --- azure_jumpstart_hcibox/artifacts/Bootstrap.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure_jumpstart_hcibox/artifacts/Bootstrap.ps1 b/azure_jumpstart_hcibox/artifacts/Bootstrap.ps1 index ea7632fbd0..8ee1993a5a 100644 --- a/azure_jumpstart_hcibox/artifacts/Bootstrap.ps1 +++ b/azure_jumpstart_hcibox/artifacts/Bootstrap.ps1 @@ -107,7 +107,7 @@ Start-Process msiexec.exe -Wait -ArgumentList '/I AzureCLI.msi /quiet' Remove-Item .\AzureCLI.msi Write-Header "Downloading Azure Stack HCI configuration scripts" -Invoke-WebRequest "https://raw.githubusercontent.com/microsoft/azure_arc/main/img/hcibox_wallpaper.png" -OutFile $Env:HCIBoxDir\wallpaper.png +Invoke-WebRequest "https://raw.githubusercontent.com/Azure/arc_jumpstart_docs/main/img/wallpaper/hcibox_wallpaper_dark.png" -OutFile $Env:HCIBoxDir\wallpaper.png Invoke-WebRequest https://aka.ms/wacdownload -OutFile $Env:HCIBoxWACDir\WindowsAdminCenter.msi Invoke-WebRequest ($templateBaseUrl + "artifacts/HCIBoxLogonScript.ps1") -OutFile $Env:HCIBoxDir\HCIBoxLogonScript.ps1 Invoke-WebRequest ($templateBaseUrl + "artifacts/New-HCIBoxCluster.ps1") -OutFile $Env:HCIBoxDir\New-HCIBoxCluster.ps1