diff --git a/02-Create-Linux-virtual-machines.md b/02-Create-Linux-virtual-machines.md index 6ccd92f..4229ac1 100644 --- a/02-Create-Linux-virtual-machines.md +++ b/02-Create-Linux-virtual-machines.md @@ -7,8 +7,8 @@ The `quickget` tool is provided as part of Quickemu and it's purpose is to autom Here's an example of how to create and run an Ubuntu guest virtual machine, the process is much the same for any other Linux distribution. ``` shell -quickget ubuntu 22.04 -quickemu --vm ubuntu-22.04.conf +quickget ubuntu 24.04 +quickemu --vm ubuntu-24.04.conf ``` - Complete the installation as normal.