mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
Fixed install
This commit is contained in:
parent
4d9a8afcf0
commit
d79087ba3b
1 changed files with 3 additions and 1 deletions
|
@ -91,7 +91,9 @@ ynh_script_progression --message="Create addon directory inside Hubzilla root fo
|
|||
|
||||
# ynh_setup_source --dest_dir="$final_path/addon" --source_id="app_addons"
|
||||
|
||||
`cd $final_path && util/add_addon_repo https://framagit.org/hubzilla/addons.git hzaddons`
|
||||
pushd "$final_path"
|
||||
`util/add_addon_repo https://framagit.org/hubzilla/addons.git hzaddons`
|
||||
popd
|
||||
|
||||
# 3 - Some extra folders
|
||||
ynh_script_progression --message="Creating smarty3 folder for personal data..."
|
||||
|
|
Loading…
Add table
Reference in a new issue