From d67a1d5be9650241f0c2454b4400261f635e68dc Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 13 Mar 2024 19:35:06 +0100 Subject: [PATCH] Run `winget` installation using `pwsh` --- scripts/Windows/OS/InitialBoot.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Windows/OS/InitialBoot.ps1 b/scripts/Windows/OS/InitialBoot.ps1 index f39e4d5c..3ac8c4d5 100644 --- a/scripts/Windows/OS/InitialBoot.ps1 +++ b/scripts/Windows/OS/InitialBoot.ps1 @@ -10,4 +10,4 @@ refreshenv; Set-Location C:/; git clone https://git.nuth.ch/manuth/PortValhalla.git; Set-Location PortValhalla; -./scripts/Windows/Software/winget/Install.ps1; +pwsh ./scripts/Windows/Software/winget/Install.ps1;