diff options
author | zotlabs <mike@macgirvin.com> | 2018-06-13 21:36:29 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-06-13 21:36:29 -0700 |
commit | 4a028b601518aafdb946c1a9c2b3fc01c4dbca19 (patch) | |
tree | dc4c287f2060c8a9a59ffc89ca3f1e9986e294f8 /.homeinstall/hubzilla-setup.sh | |
parent | 8da0f9d3569e7c19e5581c4d402931a07dcab317 (diff) | |
parent | fc396f16ff57305c310e16a1d8530d9f23c7bff6 (diff) | |
download | volse-hubzilla-4a028b601518aafdb946c1a9c2b3fc01c4dbca19.tar.gz volse-hubzilla-4a028b601518aafdb946c1a9c2b3fc01c4dbca19.tar.bz2 volse-hubzilla-4a028b601518aafdb946c1a9c2b3fc01c4dbca19.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into xdev_merge
Diffstat (limited to '.homeinstall/hubzilla-setup.sh')
-rwxr-xr-x | .homeinstall/hubzilla-setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.homeinstall/hubzilla-setup.sh b/.homeinstall/hubzilla-setup.sh index a38e36b73..ff101086c 100755 --- a/.homeinstall/hubzilla-setup.sh +++ b/.homeinstall/hubzilla-setup.sh @@ -572,7 +572,7 @@ function check_https { function install_hubzilla { print_info "installing hubzilla addons..." cd /var/www/html/ - util/add_addon_repo https://github.com/redmatrix/hubzilla-addons.git hzaddons + util/add_addon_repo https://framagit.org/hubzilla/addons.git hzaddons mkdir -p "store/[data]/smarty3" chmod -R 777 store touch .htconfig.php |