Skip to content

Commit

Permalink
Merge pull request #177 from CloudBytes-Academy/article
Browse files Browse the repository at this point in the history
FIX: Updated with latest LTS release
  • Loading branch information
rehanhaider authored Dec 5, 2023
2 parents b36e34d + 53b1125 commit 14e3cd5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions content/articles/99999967-install-multiple-ubuntu-wsl2.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,18 @@ Then, run the following command to download the Ubuntu WSL tarball. Copy paste t

```powershell
curl (("https://cloud-images.ubuntu.com",
"releases/hirsute/release",
"ubuntu-21.04-server-cloudimg-amd64-wsl.rootfs.tar.gz") -join "/") `
--output ubuntu-21.04-wsl-rootfs-tar.gz
"releases/22.04/release-20231130",
"ubuntu-22.04-server-cloudimg-amd64-root.tar.xz") -join "/") `
--output ubuntu-22.04-wsl-root-tar.xz
```


If prompted with a warning, press "Paste anyway" and then press enter to execute. This will download the Ubuntu WSL image tarball to you current directory.

![curl-wsl-ubuntu]({static}/images/99999967-curl-wsl-ubuntu.png)

!!! If you need a specific version of Ubuntu, you can find the list of available versions [here](https://cloud-images.ubuntu.com/releases/). Just replace the version number in the above command with the version you want to download.

### Step 3: Install the second instance of Ubuntu in WSL2

Just the below command and
Expand Down

0 comments on commit 14e3cd5

Please sign in to comment.