Skip to content

Commit 4368914

Browse files
committed
Use static download link for Ubuntu 16.04
1 parent ae30506 commit 4368914

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,9 @@ object Ubuntu1604 : AptGetBasedDistribution(
293293
wslId = "Ubuntu-16.04",
294294
distributionName = "Ubuntu",
295295
version = SemVer("16.4.0"),
296-
downloadUrl = URL("https://aka.ms/wsl-ubuntu-1604"),
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"),
297299
installerFile = "ubuntu1604.exe"
298300
)
299301

0 commit comments

Comments
 (0)