Run winget installation using pwsh

This commit is contained in:
Manuel Thalmann 2024-03-13 19:35:06 +01:00
parent 2cfe755334
commit d67a1d5be9

View file

@ -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;