mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Update emqx-install.sh
This commit is contained in:
		
							parent
							
								
									cb33d1b204
								
							
						
					
					
						commit
						0011c04cd3
					
				| 
						 | 
					@ -70,15 +70,11 @@ msg_ok "Updated Container OS"
 | 
				
			||||||
msg_info "Installing Dependencies"
 | 
					msg_info "Installing Dependencies"
 | 
				
			||||||
apt-get install -y curl &>/dev/null
 | 
					apt-get install -y curl &>/dev/null
 | 
				
			||||||
apt-get install -y sudo &>/dev/null
 | 
					apt-get install -y sudo &>/dev/null
 | 
				
			||||||
apt-get install -y gnupg &>/dev/null
 | 
					 | 
				
			||||||
msg_ok "Installed Dependencies"
 | 
					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.8 &>/dev/null
 | 
				
			||||||
#sudo emqx start &>/dev/null
 | 
					 | 
				
			||||||
#wget https://www.emqx.com/en/downloads/broker/5.0.8/emqx-5.0.8-debian11-amd64.deb &>/dev/null
 | 
					 | 
				
			||||||
#apt install ./emqx-5.0.8-debian11-amd64.deb &>/dev/null
 | 
					 | 
				
			||||||
systemctl start emqx
 | 
					systemctl start emqx
 | 
				
			||||||
msg_ok "Installed EMQX"
 | 
					msg_ok "Installed EMQX"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue