Fix broken installer call

This commit is contained in:
Manuel Thalmann 2024-03-13 22:30:14 +01:00
parent 246a70521f
commit 1a2b402e2b

View file

@ -10,4 +10,4 @@ refreshenv;
Set-Location C:/;
git clone https://git.nuth.ch/manuth/PortValhalla.git;
Set-Location PortValhalla;
pwsh -Command ". ./scripts/Windows/Software/winget/install.ps1; Install-Winget";
pwsh -Command { . ./scripts/Windows/Software/winget/install.ps1; Install-Winget };