Browse Source

Update emqx-install.sh

5.0.9
tteckster 2 năm trước cách đây
mục cha
commit
e0c380b54b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      setup/emqx-install.sh

+ 1 - 1
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"