Reboot WSL to pick up nix
This commit is contained in:
parent
c7d19102cf
commit
73ca5018b2
|
@ -66,6 +66,7 @@ function Start-InstallationLoop {
|
|||
} else {
|
||||
ubuntu install --root;
|
||||
wsl -- sh `<`(curl -L https://nixos.org/nix/install`) --daemon --yes;
|
||||
wsl --shutdown;
|
||||
}
|
||||
} else {
|
||||
$null = Import-Module PSWindowsUpdate;
|
||||
|
|
Loading…
Reference in a new issue