We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b7dd4 commit 942db88Copy full SHA for 942db88
src/main/kotlin/net/kautler/github/action/setup_wsl/Distribution.kt
@@ -253,7 +253,7 @@ object Ubuntu2404 : AptGetBasedDistribution(
253
version = SemVer("24.4.0", jso<SemVerRangeOptions>()),
254
// work-around for missing shortlink on https://learn.microsoft.com/en-us/windows/wsl/install-manual#downloading-distributions
255
//downloadUrl = URL("https://aka.ms/wslubuntu2404"),
256
- productId = "9nz3klhxdjp5",
+ downloadUrl = URL("https://wslstorestorage.blob.core.windows.net/wslblob/Ubuntu2404-240425.AppxBundle"),
257
installerFile = "ubuntu2404.exe"
258
)
259
0 commit comments