From 5d4352cfa5f5cdabe3cd697f5b5c91bae5386b3f Mon Sep 17 00:00:00 2001 From: Quinten Van Damme Date: Fri, 4 Mar 2022 10:10:09 +0000 Subject: [PATCH] Bumb distro version numbers --- markdown/articles/install/QEMU-cli.md | 4 ++-- markdown/articles/install/QEMU-gui.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/markdown/articles/install/QEMU-cli.md b/markdown/articles/install/QEMU-cli.md index 1d0ff033..26d22d99 100644 --- a/markdown/articles/install/QEMU-cli.md +++ b/markdown/articles/install/QEMU-cli.md @@ -14,7 +14,7 @@ summary: How to run dahliaOS Linux inside of the QEMU Emulator sudo pacman -S qemu qemu-arch-extra qemu-block-gluster qemu-block-iscsi qemu-block-rbd samba ``` -#### Fedora 32 - 35 +#### Fedora 32 - 36 - First open a terminal and type the following command: ``` @@ -28,7 +28,7 @@ sudo dnf install qemu emerge --ask app-emulation/qemu ``` -#### Ubuntu 20.04 - 21.10 +#### Ubuntu 20.04 - 22.04 - First open a terminal and type the following command: ``` diff --git a/markdown/articles/install/QEMU-gui.md b/markdown/articles/install/QEMU-gui.md index 5224eaba..fd19bb42 100644 --- a/markdown/articles/install/QEMU-gui.md +++ b/markdown/articles/install/QEMU-gui.md @@ -14,7 +14,7 @@ summary: How to run dahliaOS Linux inside of virt manager sudo pacman -S qemu qemu-arch-extra qemu-block-gluster qemu-block-iscsi qemu-block-rbd samba virt-manager ``` -#### Ubuntu 20.04 - 21.10 +#### Ubuntu 20.04 - 22.04 - First open a terminal and type the following command: ```