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

Update scripts/upgrade

Co-authored-by: Roman Kupriyanov <mr.eshua@gmail.com>
This commit is contained in:
Éric Gaspar 2021-07-19 08:11:43 +02:00 committed by GitHub
parent 18b2bd6485
commit 2ef310aee8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,9 +137,6 @@ else
git reset --hard $version_commit git reset --hard $version_commit
popd popd
# Remove the addon directory securely
ynh_secure_remove "$final_path/addon"
# 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