We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d57da commit 9d84657Copy full SHA for 9d84657
ct/emqx.sh
@@ -30,6 +30,10 @@ function update_script() {
30
systemctl stop emqx
31
msg_ok "Stopped EMQX"
32
33
+ msg_info "Removing old EMQX"
34
+ $STD apt-get remove --purge -y emqx
35
+ msg_ok "Removed old EMQX"
36
+
37
msg_info "Downloading EMQX v${RELEASE}"
38
DEB_FILE="/tmp/emqx-enterprise-${RELEASE}-debian12-amd64.deb"
39
curl -fsSL -o "$DEB_FILE" "https://www.emqx.com/en/downloads/enterprise/v${RELEASE}/emqx-enterprise-${RELEASE}-debian12-amd64.deb"
0 commit comments