Skip to content

Commit 8da301f

Browse files
committed
add .wsl support to default install
1 parent 5e7d8fc commit 8da301f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/install/install.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,13 @@ var (
2626
"install.tgz",
2727
"install.tar.zst",
2828
"install.tar.xz",
29+
"install.wsl",
2930
"rootfs.tar",
3031
"rootfs.tar.gz",
3132
"rootfs.tgz",
3233
"rootfs.tar.zst",
3334
"rootfs.tar.xz",
35+
"rootfs.wsl",
3436
"install.ext4.vhdx",
3537
"install.ext4.vhdx.gz",
3638
}

0 commit comments

Comments
 (0)