We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ccaf2d commit 406f92dCopy full SHA for 406f92d
src/main/kotlin/net/kautler/github/action/setup_wsl/Distribution.kt
@@ -346,7 +346,7 @@ object OpenSuseLeap15_2 : ZypperBasedDistribution(
346
wslId = "openSUSE-Leap-15.2",
347
distributionName = "openSUSE Leap",
348
version = SemVer("15.2.0", jso<SemVerRangeOptions>()),
349
- productId = "9mzd0n9z4m4h",
+ downloadUrl = URL("https://aka.ms/wsl-opensuseleap15-2"),
350
installerFile = "openSUSE-Leap-15.2.exe"
351
) {
352
override suspend fun refresh() {
0 commit comments