mirror of
https://github.com/YunoHost-Apps/friendica_ynh.git
synced 2024-09-03 18:36:14 +02:00
install: fix addon dir path
This commit is contained in:
parent
46eaf3df14
commit
b35ba689d0
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ cp -f "$final_path/.htaccess-dist" "$final_path/.htaccess"
|
||||||
# 2 - Clone addons repo
|
# 2 - Clone addons repo
|
||||||
git clone https://github.com/friendica/friendica-addons.git -b stable "$final_path/addon"
|
git clone https://github.com/friendica/friendica-addons.git -b stable "$final_path/addon"
|
||||||
# Reset addons branch to the level of update we needed
|
# Reset addons branch to the level of update we needed
|
||||||
pushd "$final_path"
|
pushd "$final_path/addon"
|
||||||
git reset --hard $addons_version_commit
|
git reset --hard $addons_version_commit
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue