Make config module persist in WSL

This commit is contained in:
Manuel Thalmann 2024-08-02 00:47:33 +02:00
parent f725b8076a
commit df18340177

View file

@ -17,6 +17,7 @@ $null = New-Module {
Finishes the installation of a running Windows machine.
#>
function Start-WindowsInstallation {
$env:WSLENV = "CONFIG_MODULE/p";
$ErrorActionPreference = 'Inquire';
Start-InstallationLoop;
}