Skip to content

Instantly share code, notes, and snippets.

@nalf3in
nalf3in / ubuntu-20.04-wsl2.ps1
Created January 27, 2022 15:54 — forked from djfdyuruiry/ubuntu-20.04-wsl2.ps1
Ubuntu 20.04 in WSL 2
## change to your username
$user="wsl-user"
# download latest 20.04 release
curl --location `
--remote-name `
"https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64-wsl.rootfs.tar.gz"
# import into WSL 2
wsl --import `