From 139f4d63c539afa94d1f9afca519e3a873b9fa63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 10 Jun 2024 16:53:55 +0200 Subject: [PATCH] Fix bookworm with __YNH_DEBIAN_VERSION__ --- manifest.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index c550871..7023a83 100644 --- a/manifest.toml +++ b/manifest.toml @@ -41,6 +41,7 @@ ram.runtime = "50M" # dir = "/var/lib/incus" [resources.apt.extras.incus] - repo = "https://pkgs.zabbly.com/incus/stable bullseye main" + repo = "https://pkgs.zabbly.com/incus/stable __YNH_DEBIAN_VERSION__ main" key = "https://pkgs.zabbly.com/key.asc" + packages = ["incus"]