From 738e759add2decf2482f874f10e6e9284ee6835a Mon Sep 17 00:00:00 2001 From: EduardGomezEscandell Date: Fri, 22 Sep 2023 12:26:59 +0200 Subject: [PATCH] Change wiki article on where to find artifacts They are now in QA-Azure --- doc/02.-Installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/02.-Installation.md b/doc/02.-Installation.md index 90a715d45..43028de57 100644 --- a/doc/02.-Installation.md +++ b/doc/02.-Installation.md @@ -10,7 +10,7 @@ This guide will show you how to install Ubuntu Pro For Windows for local develop ### Download -1. Go to the [repository actions page](https://github.com/canonical/ubuntu-pro-for-windows/actions/workflows/qa.yaml?query=branch%3Amain+). +1. Go to the [repository actions page](https://github.com/canonical/ubuntu-pro-for-windows/actions/workflows/qa-azure.yaml?query=branch%3Amain+). 2. Click the latest successful workflow run. 3. Scroll down past any warnings or errors, until you reach the Artifacts section. 4. Download: @@ -27,7 +27,7 @@ This is the Windows-side agent that manages the distros. 2. Follow the download steps to download UbuntuProForWindows 3. Unzip the artifact 4. Find the certificate inside. Install it into `Local Machine/Trusted people`. -5. Open Powershell in this directory and run +5. Open Powershell in this directory and run ```powershell Add-AppxPackage .\UbuntuProForWindows_*_x64.msixbundle ``` @@ -91,7 +91,7 @@ You can use a private Landscape instance (different from [landscape.canonical.co 4. Click on "Click to restart it". 9. Stop the distro you installed WSL-Pro-Service in: ```powershell - wsl --terminate DISTRO_NAME + wsl --terminate DISTRO_NAME ``` 10. Start the distro you installed WSL-Pro-Service in. 11. You should see a new "pending computer authorisation" in you Landscape dashboard. \ No newline at end of file