aboutsummaryrefslogtreecommitdiff
path: root/teams
diff options
from:
to:
context:
space:
mode:
authorGravatar Jeremy Cline <jeremycline@linux.microsoft.com> 2025-05-15 10:14:58 -0400
committerGravatar Jeremy Cline <jeremycline@linux.microsoft.com> 2025-05-15 11:31:42 -0400
commitbbb08242833afbadcb963ccbf47237465419ad3e (patch)
tree9ec3166d3370950f610144b53b8edd6a911ade59 /teams
parentfb1c568fea80b11da24b50f7f0ba8eb099005b43 (diff)
downloadkiwi-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')
-rw-r--r--teams/cloud/wsl.xml1
-rw-r--r--teams/eln/wsl.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/teams/cloud/wsl.xml b/teams/cloud/wsl.xml
index aae883f..9c36b91 100644
--- a/teams/cloud/wsl.xml
+++ b/teams/cloud/wsl.xml
@@ -59,6 +59,7 @@
<package name="usbutils"/>
<package name="util-linux"/>
<package name="vim-minimal"/>
+ <package name="wget"/>
<package name="which"/>
<package name="whois"/>
<package name="wsl-setup"/>
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"/>