Fix broken installer call
This commit is contained in:
parent
86aa29b66c
commit
cd6d5fcd9b
1 changed files with 1 additions and 1 deletions
|
@ -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 };
|
||||
|
|
Loading…
Reference in a new issue