Skip to content

Commit

Permalink
Use static download link for Ubuntu 16.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire committed Dec 3, 2024
1 parent ae30506 commit 4368914
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,9 @@ object Ubuntu1604 : AptGetBasedDistribution(
wslId = "Ubuntu-16.04",
distributionName = "Ubuntu",
version = SemVer("16.4.0"),
downloadUrl = URL("https://aka.ms/wsl-ubuntu-1604"),
// work-around for https://github.com/microsoft/WSL/issues/12336
//downloadUrl = URL("https://aka.ms/wsl-ubuntu-1604"),
downloadUrl = URL("https://wslstorestorage.blob.core.windows.net/wslblob/Ubuntu_1604.2019.523.0_x64.appx"),
installerFile = "ubuntu1604.exe"
)

Expand Down

0 comments on commit 4368914

Please sign in to comment.