Skip to content

Commit 6ff3c4d

Browse files
committed
Add eLxr official WSL image to the distribution manifest
Update DistributionInfo.json to add "eLxr" section to "ModenDistributions". This commit adds eLxr to the Microsoft WSL's official distribution manifest, allowing users to pull and install it in an automated way (`wsl --install eLxr`).
1 parent 02105ba commit 6ff3c4d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

distributions/DistributionInfo.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,17 @@
198198
"Sha256": "a5a2ceb8ca56b7245b909d021b0fd620427db349f02b8ef3b82b741bcb5611cd"
199199
}
200200
}
201+
],
202+
"eLxr": [
203+
{
204+
"Name": "eLxr-12",
205+
"FriendlyName": "eLxr 12.12.0.0 GNU/Linux",
206+
"Default": true,
207+
"Amd64Url": {
208+
"Url": "https://gitlab.com/api/v4/projects/68007430/packages/generic/wsl/12.12.0.0/eLxr_WSL_AMD64_12.12.0.0.wsl",
209+
"Sha256": "f94e0c44be51550478100ea150b80535f955bf87487d1b964f4636d97478c05d"
210+
}
211+
}
201212
]
202213
},
203214
"Default": "Ubuntu",

0 commit comments

Comments
 (0)