mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Update emqx-install.sh
This commit is contained in:
		
							parent
							
								
									2460105177
								
							
						
					
					
						commit
						fb649c3899
					
				| 
						 | 
					@ -74,9 +74,9 @@ 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://assets.emqx.com/scripts/install-emqx-deb.sh | sudo bash 
 | 
					curl -s https://assets.emqx.com/scripts/install-emqx-deb.sh | sudo bash &>/dev/null
 | 
				
			||||||
sudo apt-get install -y emqx 
 | 
					sudo apt-get install -y emqx &>/dev/null
 | 
				
			||||||
sudo emqx start
 | 
					sudo emqx start &>/dev/null
 | 
				
			||||||
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