wsl: Add wget to the default package set
Although we include curl, some folks expect wget. Also, one of the more common uses of WSL is in combination with VS Code, and its setup script on remote hosts uses wget. Signed-off-by: Jeremy Cline <jeremycline@linux.microsoft.com>
This commit is contained in:
@@ -58,6 +58,7 @@
|
||||
<package name="usbutils"/>
|
||||
<package name="util-linux"/>
|
||||
<package name="vim-minimal"/>
|
||||
<package name="wget"/>
|
||||
<package name="which"/>
|
||||
<package name="whois"/>
|
||||
<package name="zip"/>
|
||||
|
||||
Reference in New Issue
Block a user