Skip to content

Commit 57334bc

Browse files
committed
Docs: Local deployment fixes for Ubuntu 26.04
Signed-off-by: Anton Kremenetsky <anton.kremenetsky@gmail.com>
1 parent 0d24dba commit 57334bc

1 file changed

Lines changed: 14 additions & 5 deletions

File tree

docs/usage/local_deployment.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff 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

1919
Install 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

2635
Add the current user to the required groups:
2736

0 commit comments

Comments
 (0)