Skip to content

Commit 3ccaf2d

Browse files
committed
Use permanent short-link for kali-linux (#50)
1 parent dfc6c18 commit 3ccaf2d

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ object Kali : AptGetBasedDistribution(
260260
wslId = "kali-linux",
261261
distributionName = "Kali",
262262
version = SemVer("1.0.0", jso<SemVerRangeOptions>()),
263-
productId = "9pkr34tncv07",
263+
downloadUrl = URL("https://aka.ms/wsl-kali-linux-new"),
264264
installerFile = "kali.exe"
265265
)
266266

0 commit comments

Comments
 (0)