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

Update zigbee2mqtt-install.sh

use shallow clone
pull/2345/head
tteckster 1 year ago committed by GitHub
parent 20da249d75
commit 8b340be22d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,7 +37,7 @@ $STD apt-get install -y nodejs
msg_ok "Installed Node.js" msg_ok "Installed Node.js"
msg_info "Setting up Zigbee2MQTT Repository" msg_info "Setting up Zigbee2MQTT Repository"
$STD git clone https://github.com/Koenkk/zigbee2mqtt.git /opt/zigbee2mqtt $STD git clone --depth 1 https://github.com/Koenkk/zigbee2mqtt.git /opt/zigbee2mqtt
msg_ok "Set up Zigbee2MQTT Repository" msg_ok "Set up Zigbee2MQTT Repository"
read -r -p "Switch to Edge/dev branch? (y/N) " prompt read -r -p "Switch to Edge/dev branch? (y/N) " prompt

Loading…
Cancel
Save

Powered by BW's shoe-string budget.