Skip to content

Commit

Permalink
PowerBI version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronJackson committed Nov 1, 2023
1 parent 29fe4fb commit 1725813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/powerpi.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Set-Location C:\Tools
$ProgressPreference = "SilentlyContinue" # PS progress bar is slow

$PBI_HASH = "511e86ab13e204a00b73301e70deb40e323f6c809277b8200df7160ea2a1bc4b"
$PBI_HASH = "250e751657a0de99da2bf6e5c1332e0e6f563aa71c0a3a52478ba6253318b267"
$PBI_URL = "https://download.microsoft.com/download/8/8/0/880BCA75-79DD-466A-927D-1ABF1F5454B0/PBIDesktopSetup_x64.exe"

Invoke-WebRequest -Uri ${PBI_URL} -OutFile PBIDesktopSetup_x64.exe
Expand Down

0 comments on commit 1725813

Please sign in to comment.