1
0
Fork 0
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:
anmol26s 2021-02-14 04:47:07 +05:30
parent 4d9a8afcf0
commit d79087ba3b

View file

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