From 0c54b0666feaab056be32a4afc1ec038801d2711 Mon Sep 17 00:00:00 2001 From: oxygen-dioxide <54425948+oxygen-dioxide@users.noreply.github.com> Date: Tue, 15 Dec 2020 13:44:21 +0800 Subject: [PATCH] Ubuntu 16.04 (#5518) --- manifests/canonical/ubuntu/16.04.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 manifests/canonical/ubuntu/16.04.yaml diff --git a/manifests/canonical/ubuntu/16.04.yaml b/manifests/canonical/ubuntu/16.04.yaml new file mode 100644 index 000000000..b5e3b3b89 --- /dev/null +++ b/manifests/canonical/ubuntu/16.04.yaml @@ -0,0 +1,27 @@ +# ================== General ================== +Id: Canonical.Ubuntu +Publisher: Canonical +Name: Ubuntu +Author: Canonical +Description: Ubuntu on Windows allows you to use Ubuntu Terminal and run Ubuntu command line utilities including bash, ssh, git, apt and many more. +#AppMoniker: +Tags: linux, ubuntu, distro, wsl +#FileExtensions: +#Protocols: + +# ================== License ================== +Homepage: https://ubuntu.com/ +#AppMoniker: +License: GPL +LicenseUrl: https://ubuntu.com/licensing + +# ================= Installer ================= +Version: 16.04 +InstallerType: appx +Installers: + - Arch: x64 + Url: https://wsldownload.azureedge.net/Ubuntu_1604.2019.523.0_x64.appx + Sha256: 55782021e04f52d071814fdad02cd37448c7a49f2ef5a66899f3d5bc7d79859f + #Switches: + # Silent: + # SilentWithProgress: \ No newline at end of file