1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yunorunner_ynh.git synced 2024-09-03 20:36:13 +02:00

Setup incus on restore if it was not installed

This commit is contained in:
Salamandar 2024-03-15 17:44:45 +01:00
parent cf2c832e16
commit ea2b315101

View file

@ -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
#=================================================