homeinstall fix addons

This commit is contained in:
root 2019-11-01 23:01:42 +01:00
parent 7594264725
commit 624a3ee1a7

View File

@ -448,11 +448,11 @@ function check_https {
function install_hubzilla { function install_hubzilla {
print_info "installing addons..." print_info "installing addons..."
cd /var/www/html/ cd /var/www/html/
if git remote -v | grep -i "origin.*core.git" if git remote -v | grep -i "origin.*hubzilla.*core"
then then
print_info "hubzilla" print_info "hubzilla"
util/add_addon_repo https://framagit.org/hubzilla/addons hzaddons 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 then
print_info "zap" print_info "zap"
util/add_addon_repo https://framagit.org/zot/zap-addons.git zaddons util/add_addon_repo https://framagit.org/zot/zap-addons.git zaddons