Skip to content

Commit 3d42bb0

Browse files
committed
Use permanent short-link again for Ubuntu 16.04
1 parent ed92ae3 commit 3d42bb0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

+1-3
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,7 @@ object Ubuntu1604 : AptGetBasedDistribution(
293293
wslId = "Ubuntu-16.04",
294294
distributionName = "Ubuntu",
295295
version = SemVer("16.4.0"),
296-
// work-around for https://github.com/microsoft/WSL/issues/12336
297-
//downloadUrl = URL("https://aka.ms/wsl-ubuntu-1604"),
298-
downloadUrl = URL("https://wslstorestorage.blob.core.windows.net/wslblob/Ubuntu_1604.2019.523.0_x64.appx"),
296+
downloadUrl = URL("https://aka.ms/wsl-ubuntu-1604"),
299297
installerFile = "ubuntu1604.exe"
300298
)
301299

0 commit comments

Comments
 (0)