diff options
| author | 2025-05-15 10:14:58 -0400 | |
|---|---|---|
| committer | 2025-05-15 11:31:42 -0400 | |
| commit | bbb08242833afbadcb963ccbf47237465419ad3e (patch) | |
| tree | 9ec3166d3370950f610144b53b8edd6a911ade59 /teams/eln/wsl.xml | |
| parent | fb1c568fea80b11da24b50f7f0ba8eb099005b43 (diff) | |
| download | kiwi-descriptions-bbb08242833afbadcb963ccbf47237465419ad3e.tar.gz kiwi-descriptions-bbb08242833afbadcb963ccbf47237465419ad3e.zip | |
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>
Diffstat (limited to 'teams/eln/wsl.xml')
| -rw-r--r-- | teams/eln/wsl.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/teams/eln/wsl.xml b/teams/eln/wsl.xml index 2fd7f3e..c1c4beb 100644 --- a/teams/eln/wsl.xml +++ b/teams/eln/wsl.xml @@ -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"/> |