File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This guide describes how to deploy a local installation of the Exordos platform
44
55## Dependencies
66
7- It's assumed Linux (Ubuntu) is used as the OS on your machine.
7+ It's assumed Linux (Ubuntu 24.04 or 26.04 ) is used as the OS on your machine.
88
99### Exordos CLI
1010
@@ -18,10 +18,19 @@ curl -fsSL https://repo.exordos.com/install.sh | sh
1818
1919Install necessary packages:
2020
21- ``` bash
22- sudo apt update
23- sudo apt install qemu-kvm qemu-utils libvirt-daemon-system libvirt-dev mkisofs -y
24- ```
21+ === "Ubuntu 24.04"
22+
23+ ```bash
24+ sudo apt update
25+ sudo apt install qemu-kvm qemu-utils libvirt-daemon-system libvirt-dev mkisofs -y
26+ ```
27+
28+ === "Ubuntu 26.04"
29+
30+ ```bash
31+ sudo apt update
32+ sudo apt install qemu-system-x86 qemu-utils libvirt-daemon-system libvirt-dev mkisofs -y
33+ ```
2534
2635Add the current user to the required groups:
2736
You can’t perform that action at this time.
0 commit comments