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 dfc6c18 commit 3ccaf2dCopy full SHA for 3ccaf2d
src/main/kotlin/net/kautler/github/action/setup_wsl/Distribution.kt
@@ -260,7 +260,7 @@ object Kali : AptGetBasedDistribution(
260
wslId = "kali-linux",
261
distributionName = "Kali",
262
version = SemVer("1.0.0", jso<SemVerRangeOptions>()),
263
- productId = "9pkr34tncv07",
+ downloadUrl = URL("https://aka.ms/wsl-kali-linux-new"),
264
installerFile = "kali.exe"
265
)
266
0 commit comments