diff options
author | zotlabs <mike@macgirvin.com> | 2019-11-04 14:26:12 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2019-11-04 14:26:12 -0800 |
commit | 1358a81c32ff9dff2e88b196c63f299788b05b57 (patch) | |
tree | dc9210141cf787893eb5bbd9729b24b56bf4fa4d /.homeinstall/hubzilla-setup.sh | |
parent | 2d08e0955a328fa53f373949f58995ca2a8b736a (diff) | |
parent | aa137fb2d2ddd71f89eea4618cac1594d020ed3a (diff) | |
download | volse-hubzilla-1358a81c32ff9dff2e88b196c63f299788b05b57.tar.gz volse-hubzilla-1358a81c32ff9dff2e88b196c63f299788b05b57.tar.bz2 volse-hubzilla-1358a81c32ff9dff2e88b196c63f299788b05b57.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to '.homeinstall/hubzilla-setup.sh')
-rwxr-xr-x | .homeinstall/hubzilla-setup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.homeinstall/hubzilla-setup.sh b/.homeinstall/hubzilla-setup.sh index 1103bd5fd..f1395e8ce 100755 --- a/.homeinstall/hubzilla-setup.sh +++ b/.homeinstall/hubzilla-setup.sh @@ -448,11 +448,11 @@ function check_https { function install_hubzilla { print_info "installing addons..." cd /var/www/html/ - if git remote -v | grep -i "origin.*core.git" + if git remote -v | grep -i "origin.*hubzilla.*core" then print_info "hubzilla" util/add_addon_repo https://framagit.org/hubzilla/addons hzaddons - elif git remote -v | grep -i "origin.*zap.git" + elif git remote -v | grep -i "origin.*zap.*core" then print_info "zap" util/add_addon_repo https://framagit.org/zot/zap-addons.git zaddons |