Skip to content

Commit 942db88

Browse files
committed
Use static download link for Ubuntu 24.04
1 parent f1b7dd4 commit 942db88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/net/kautler/github/action/setup_wsl/Distribution.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ object Ubuntu2404 : AptGetBasedDistribution(
253253
version = SemVer("24.4.0", jso<SemVerRangeOptions>()),
254254
// work-around for missing shortlink on https://learn.microsoft.com/en-us/windows/wsl/install-manual#downloading-distributions
255255
//downloadUrl = URL("https://aka.ms/wslubuntu2404"),
256-
productId = "9nz3klhxdjp5",
256+
downloadUrl = URL("https://wslstorestorage.blob.core.windows.net/wslblob/Ubuntu2404-240425.AppxBundle"),
257257
installerFile = "ubuntu2404.exe"
258258
)
259259

0 commit comments

Comments
 (0)