Merge branch 'dev' into 'dev'

change repo links

See merge request hubzilla/core!1220
This commit is contained in:
Mike Macgirvin 2018-06-14 05:46:28 +02:00
commit fc396f16ff
2 changed files with 2 additions and 2 deletions

View File

@ -164,7 +164,7 @@ Make the directory for apache and change diretory to it
Clone hubzilla from git ("git pull" will update it later) 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 Change to the install script

View File

@ -572,7 +572,7 @@ function check_https {
function install_hubzilla { function install_hubzilla {
print_info "installing hubzilla addons..." print_info "installing hubzilla addons..."
cd /var/www/html/ 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" mkdir -p "store/[data]/smarty3"
chmod -R 777 store chmod -R 777 store
touch .htconfig.php touch .htconfig.php