From e0c380b54b332823744f98cecf91342ca0fe5fda Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 24 Oct 2022 05:30:11 -0400 Subject: [PATCH] Update emqx-install.sh 5.0.9 --- setup/emqx-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/emqx-install.sh b/setup/emqx-install.sh index 6303f7b7..6a613a80 100644 --- a/setup/emqx-install.sh +++ b/setup/emqx-install.sh @@ -78,7 +78,7 @@ 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 apt-get install -y emqx=5.0.9 &>/dev/null systemctl start emqx msg_ok "Installed EMQX"