Skip to content

wwm v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Aug 20:27
· 8 commits to main since this release
b9475f1

wwm.exe — Windows WSL Manager.

Collect a kit and restore it on a new installation of Windows. Restore existing WSL instances or provision Ubuntu, Debian, or Arch.

New-Item $HOME\.wwm -ItemType Directory -Force | Out-Null
Invoke-WebRequest -UseBasicParsing -Uri https://github.com/pjmagee/windows-wsl-manager/releases/latest/download/wwm.exe -OutFile $HOME\.wwm\wwm.exe
$env:Path = "$HOME\.wwm;$env:Path"
wwm

Full Changelog: v0.1.0...v0.2.0