From a3f0284135e393d766ae704ba47f01880e797808 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Sat, 28 Jan 2023 12:46:32 +0100 Subject: [PATCH] Fix install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index e9918ed..0f8abd6 100755 --- a/scripts/install +++ b/scripts/install @@ -101,6 +101,7 @@ ynh_app_setting_set --app=$app --key=final_path --value=$final_path # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$final_path" +ynh_exec_warn_less git checkout master ynh_exec_warn_less git submodule update --init chmod 750 "$final_path"