mirror of
				https://github.com/tteck/Proxmox.git
				synced 2025-10-30 18:39:10 +00:00 
			
		
		
		
	Update mqtt-install.sh
go back to basic install
This commit is contained in:
		
							parent
							
								
									f14b6f49d7
								
							
						
					
					
						commit
						b58ae2b892
					
				| @ -21,15 +21,6 @@ $STD apt-get install -y gpg | ||||
| msg_ok "Installed Dependencies" | ||||
| 
 | ||||
| msg_info "Installing Mosquitto MQTT Broker" | ||||
| if [ "$PCT_OSTYPE" == "debian" ]; then | ||||
|   VERSION="$(awk -F'=' '/^VERSION_CODENAME=/{ print $NF }' /etc/os-release)" | ||||
|  # wget -qO- http://repo.mosquitto.org/debian/mosquitto-repo.gpg.key >/etc/apt/trusted.gpg.d/mosquitto-repo.asc | ||||
|  # wget -qO /etc/apt/sources.list.d/mosquitto-${VERSION}.list http://repo.mosquitto.org/debian/mosquitto-${VERSION}.list | ||||
|   gpg --keyserver keyserver.ubuntu.com --recv-keys 61611AE430993623 >/dev/null 2>&1 | ||||
|   gpg --export 61611AE430993623 | tee /etc/apt/trusted.gpg.d/mosquitto.gpg >/dev/null 2>&1 | ||||
|   echo "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/mosquitto.gpg] https://repo.mosquitto.org/debian ${VERSION} main" >/etc/apt/sources.list.d/mosquitto-${VERSION}.list | ||||
|   $STD apt-get update | ||||
| fi | ||||
| $STD apt-get -y install mosquitto | ||||
| $STD apt-get -y install mosquitto-clients | ||||
| cat <<EOF >/etc/mosquitto/conf.d/default.conf | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user