Make config module persist in WSL

This commit is contained in:
Manuel Thalmann 2024-08-02 00:47:33 +02:00
parent f46d2da997
commit 95f65458eb

View file

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