mirror of
https://github.com/tteck/Proxmox.git
synced 2024-12-25 06:21:56 +00:00
Update emqx-install.sh
add systemctl enable --now emqx
This commit is contained in:
parent
56228b67ee
commit
32cbe55b37
@ -79,7 +79,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 >/dev/null
|
sudo apt-get install -y emqx >/dev/null
|
||||||
systemctl start emqx
|
systemctl enable --now emqx
|
||||||
msg_ok "Installed EMQX"
|
msg_ok "Installed EMQX"
|
||||||
|
|
||||||
PASS=$(grep -w "root" /etc/shadow | cut -b6);
|
PASS=$(grep -w "root" /etc/shadow | cut -b6);
|
||||||
|
Loading…
Reference in New Issue
Block a user