From 923fd0fb94f2bf62ca11ec52078c30440c5dda3d Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 19 Dec 2018 09:44:41 +0100 Subject: [PATCH] Now on master Branch was merged --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 09a46ce..4c7a0d4 100755 --- a/scripts/install +++ b/scripts/install @@ -86,7 +86,7 @@ ynh_install_app_dependencies "$pkg_dependencies" ynh_app_setting_set $app final_path $final_path # Download, check integrity, uncompress and patch the source from app.src #ynh_setup_source "$final_path" -git clone "https://framagit.org/framasoft/PrettyNoemieCMS" -b update-project "$final_path" +git clone "https://framagit.org/framasoft/PrettyNoemieCMS" "$final_path" ssh-keyscan -H github.com >> ~/.ssh/known_hosts init_composer "$final_path"