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:
parent
cf2c832e16
commit
ea2b315101
1 changed files with 1 additions and 0 deletions
|
@ -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
|
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
|
yunohost app install --force https://github.com/YunoHost-Apps/incus_ynh
|
||||||
|
setup_incus
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue