From ea2b31510131fa164de76c49dd031ab8fb5c14b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 15 Mar 2024 17:44:45 +0100 Subject: [PATCH] Setup incus on restore if it was not installed --- scripts/restore | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/restore b/scripts/restore index 2b2cb88..367e747 100644 --- a/scripts/restore +++ b/scripts/restore @@ -21,6 +21,7 @@ ynh_script_progression --message="Installing Incus... (this make take a long tim if ! yunohost app list --output-as json --quiet | jq -e '.apps[] | select(.id == "incus")' >/dev/null; then yunohost app install --force https://github.com/YunoHost-Apps/incus_ynh + setup_incus fi #=================================================