Update emqx-install.sh

5.0.9
This commit is contained in:
tteckster 2022-10-24 05:30:11 -04:00 committed by GitHub
parent 1af219c48b
commit e0c380b54b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ msg_ok "Installed Dependencies"
msg_info "Installing EMQX" msg_info "Installing EMQX"
curl -s https://packagecloud.io/install/repositories/emqx/emqx/script.deb.sh | bash &>/dev/null 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 apt-get install -y emqx=5.0.9 &>/dev/null
systemctl start emqx systemctl start emqx
msg_ok "Installed EMQX" msg_ok "Installed EMQX"