From cbc9e030195840b98be9ad89ea3626d22885f528 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 8 Mar 2022 10:11:26 +0100 Subject: [PATCH] Change branch to develop the stable branch does not exist --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index d73b8f9..13c5e0a 100644 --- a/scripts/install +++ b/scripts/install @@ -90,7 +90,7 @@ popd cp -f "$final_path/.htaccess-dist" "$final_path/.htaccess" # 2 - Clone addons repo -git clone --quiet https://github.com/friendica/friendica-addons.git -b stable "$final_path/addon" +git clone --quiet https://github.com/friendica/friendica-addons.git -b develop "$final_path/addon" # Reset addons branch to the level of update we needed pushd "$final_path/addon" git reset --hard --quiet $addons_version_commit