From 1725813ac219b054aa960239af4afd5181503342 Mon Sep 17 00:00:00 2001 From: Aaron Jackson Date: Wed, 1 Nov 2023 15:16:38 +0000 Subject: [PATCH] PowerBI version bump --- modules/powerpi.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/powerpi.ps1 b/modules/powerpi.ps1 index d9e597c..7c20948 100644 --- a/modules/powerpi.ps1 +++ b/modules/powerpi.ps1 @@ -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