1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00

Change branch to develop

the stable branch does not exist
This commit is contained in:
ericgaspar 2022-03-08 10:11:26 +01:00
parent e46d01c372
commit cbc9e03019
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

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