Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/70510d745fd24cc0bf90b580be641e6d06c521c0?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update zigbee2mqtt-install.sh

pull/319/head
tteckster 3 years ago committed by GitHub
parent 5a7ef1f712
commit 70510d745f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -69,11 +69,11 @@ sudo curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash - &>/dev/null
msg_ok "Set up Node.js Repository" msg_ok "Set up Node.js Repository"
msg_info "Installing Node.js" msg_info "Installing Node.js"
sudo apt-get install -y nodejs git make g++ gcc &>/dev/null sudo apt-get install -y nodejs npm git make g++ gcc &>/dev/null
msg_ok "Installed Node.js" msg_ok "Installed Node.js"
msg_info "Setting up Zigbee2MQTT Repository" msg_info "Setting up Zigbee2MQTT Repository"
sudo git clone https://github.com/Koenkk/zigbee2mqtt.git /opt/zigbee2mqtt &>/dev/null sudo git clone --depth 1 https://github.com/Koenkk/zigbee2mqtt.git /opt/zigbee2mqtt &>/dev/null
msg_ok "Set up Zigbee2MQTT Repository" msg_ok "Set up Zigbee2MQTT Repository"
msg_info "Installing Zigbee2MQTT" msg_info "Installing Zigbee2MQTT"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.