Skip to content

Commit

Permalink
Merge pull request #2287 from dkirby-ms/hciboxwallpaper
Browse files Browse the repository at this point in the history
HCIBox -> update wallpaper
  • Loading branch information
dkirby-ms committed Nov 15, 2023
2 parents 7bf262d + 458768a commit 7db3365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure_jumpstart_hcibox/artifacts/Bootstrap.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7db3365

Please sign in to comment.