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