diff options
author | Max Kostikov <max@kostikov.co> | 2019-11-02 10:37:59 +0100 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2019-11-02 10:37:59 +0100 |
commit | 8c9a814e18edd2abe65cde500756f6b24a18fa55 (patch) | |
tree | 710badbbd5de03283a0aaea592ef3b934822afe6 /.homeinstall | |
parent | 7594264725be0bfda2a9108e21985e73cd1dd4d1 (diff) | |
parent | 624a3ee1a756cf21cd1549a1b76ae0e1fcaa5503 (diff) | |
download | volse-hubzilla-8c9a814e18edd2abe65cde500756f6b24a18fa55.tar.gz volse-hubzilla-8c9a814e18edd2abe65cde500756f6b24a18fa55.tar.bz2 volse-hubzilla-8c9a814e18edd2abe65cde500756f6b24a18fa55.zip |
Merge branch 'homeinstall_fix_addons' into 'dev'
homeinstall fix addons
See merge request hubzilla/core!1762
Diffstat (limited to '.homeinstall')
-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 |