From 281290e847d47fdb20f0937796b227ae9e9233c4 Mon Sep 17 00:00:00 2001 From: yorffuoj <47420551+yorffuoj@users.noreply.github.com> Date: Sun, 28 Apr 2024 18:17:42 +0200 Subject: [PATCH 1/3] Update Inucs installation for older sitros --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b69d11..619620e 100644 --- a/README.md +++ b/README.md @@ -112,12 +112,20 @@ First you need to install the system dependencies. libvirt or vanilla LXCs**, especially because they all require a daemon based on DNSmasq and therefore require to listen on port 53. -Incus can be installed with your Linux distribution package manager, such as: +Incus can be installed on Debian 13 or Ubuntu 24.04 with the command: ```bash apt install incus ``` +If you have an older dsitribution, the installation can be made by following the +installation guide(https://github.com/zabbly/incus): + +```bash +mkdir -p /etc/apt/keyrings/ +curl -fsSL https://pkgs.zabbly.com/key.asc -o /etc/apt/keyrings/zabbly.asc +``` + You then need to add yourself in the incus-admin group, to run incus without sudo every time: ```bash From 9080fba123461a74eccfbabad23107bffcd50ea2 Mon Sep 17 00:00:00 2001 From: yorffuoj <47420551+yorffuoj@users.noreply.github.com> Date: Sun, 28 Apr 2024 18:28:44 +0200 Subject: [PATCH 2/3] The fix was not complete If the distro is older, we just provide a link to complete the installation --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 619620e..ecf5ffd 100644 --- a/README.md +++ b/README.md @@ -118,13 +118,8 @@ Incus can be installed on Debian 13 or Ubuntu 24.04 with the command: apt install incus ``` -If you have an older dsitribution, the installation can be made by following the -installation guide(https://github.com/zabbly/incus): - -```bash -mkdir -p /etc/apt/keyrings/ -curl -fsSL https://pkgs.zabbly.com/key.asc -o /etc/apt/keyrings/zabbly.asc -``` +If you have an older distribution, you need to add the Zabbly repositry to your package manager. +To do so please follow the installation guide that you can find on https://github.com/zabbly/incus. You then need to add yourself in the incus-admin group, to run incus without sudo every time: From d819e7da5337546217f8583520fcb12f2a76198f Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 28 Apr 2024 21:52:11 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ecf5ffd..52dd0b4 100644 --- a/README.md +++ b/README.md @@ -112,14 +112,14 @@ First you need to install the system dependencies. libvirt or vanilla LXCs**, especially because they all require a daemon based on DNSmasq and therefore require to listen on port 53. -Incus can be installed on Debian 13 or Ubuntu 24.04 with the command: +Incus can be installed on Debian 13 or Ubuntu 24.04 with the following command: ```bash apt install incus ``` -If you have an older distribution, you need to add the Zabbly repositry to your package manager. -To do so please follow the installation guide that you can find on https://github.com/zabbly/incus. +If you have an older distribution, you need to add the Zabbly repositry to your package manager. +To do so please follow the installation guide that you can find on . You then need to add yourself in the incus-admin group, to run incus without sudo every time: