mirror of
				https://github.com/tteck/Proxmox.git
				synced 2025-10-31 02:49:19 +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_ok "Installed Dependencies" | ||||||
| 
 | 
 | ||||||
| msg_info "Installing Mosquitto MQTT Broker" | 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 | ||||||
| $STD apt-get -y install mosquitto-clients | $STD apt-get -y install mosquitto-clients | ||||||
| cat <<EOF >/etc/mosquitto/conf.d/default.conf | cat <<EOF >/etc/mosquitto/conf.d/default.conf | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user