diff options
author | gia vec <giavec@protonmail.com> | 2018-06-13 03:53:55 +0200 |
---|---|---|
committer | gia vec <giavec@protonmail.com> | 2018-06-14 04:26:21 +0200 |
commit | 10491294d8ed78af565aef690d80c99e9adb4d0b (patch) | |
tree | a66c980ed029292e162aacfd07ea5f34c95499b3 | |
parent | 65cbc7c2bba523a2663a89fae29b5cef162fd0a1 (diff) | |
download | volse-hubzilla-10491294d8ed78af565aef690d80c99e9adb4d0b.tar.gz volse-hubzilla-10491294d8ed78af565aef690d80c99e9adb4d0b.tar.bz2 volse-hubzilla-10491294d8ed78af565aef690d80c99e9adb4d0b.zip |
Update hubzilla-setup.sh
(cherry picked from commit 95f2eb68ca38976b7ca9d3f5c2d89c923d5ef4b5)
-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 |