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

Update emqx-install.sh

pull/569/head
tteckster 3 years ago committed by GitHub
parent cb33d1b204
commit 0011c04cd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -70,15 +70,11 @@ msg_ok "Updated Container OS"
msg_info "Installing Dependencies"
apt-get install -y curl &>/dev/null
apt-get install -y sudo &>/dev/null
apt-get install -y gnupg &>/dev/null
msg_ok "Installed Dependencies"
msg_info "Installing EMQX"
curl -s https://packagecloud.io/install/repositories/emqx/emqx/script.deb.sh | bash &>/dev/null
sudo apt-get install -y emqx=5.0.8 &>/dev/null
#sudo emqx start &>/dev/null
#wget https://www.emqx.com/en/downloads/broker/5.0.8/emqx-5.0.8-debian11-amd64.deb &>/dev/null
#apt install ./emqx-5.0.8-debian11-amd64.deb &>/dev/null
systemctl start emqx
msg_ok "Installed EMQX"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.