diff --git a/scripts/Windows/OS/InitialBoot.ps1 b/scripts/Windows/OS/InitialBoot.ps1 index 0529cc34..c9195532 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; -pwsh -Command ". ./scripts/Windows/Software/winget/install.ps1; Install-Winget"; +pwsh -Command { . ./scripts/Windows/Software/winget/install.ps1; Install-Winget };