From 10491294d8ed78af565aef690d80c99e9adb4d0b Mon Sep 17 00:00:00 2001 From: gia vec Date: Wed, 13 Jun 2018 03:53:55 +0200 Subject: Update hubzilla-setup.sh (cherry picked from commit 95f2eb68ca38976b7ca9d3f5c2d89c923d5ef4b5) --- .homeinstall/hubzilla-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3 From 77ba647778bcface5230110fe72f73fc54527bdd Mon Sep 17 00:00:00 2001 From: gia vec Date: Wed, 13 Jun 2018 03:45:48 +0200 Subject: Update README.md (cherry picked from commit 7d73543b84507b74c8058da7dd062d7949c34d61) --- .homeinstall/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.homeinstall/README.md b/.homeinstall/README.md index 7870e65dd..aeecb9184 100644 --- a/.homeinstall/README.md +++ b/.homeinstall/README.md @@ -164,7 +164,7 @@ Make the directory for apache and change diretory to it Clone hubzilla from git ("git pull" will update it later) - git clone https://github.com/redmatrix/hubzilla html + git clone https://framagit.org/hubzilla/core html Change to the install script -- cgit v1.2.3