mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Update esphome.sh
update the installation of either standard or venv
This commit is contained in:
		
							parent
							
								
									63ed687b2c
								
							
						
					
					
						commit
						22b77fdb76
					
				| 
						 | 
					@ -52,13 +52,16 @@ function default_settings() {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
function update_script() {
 | 
					function update_script() {
 | 
				
			||||||
header_info
 | 
					header_info
 | 
				
			||||||
if [[ ! -f /usr/local/bin/esphome ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
 | 
					if [[ ! -f /etc/systemd/system/esphomeDashboard.service ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
 | 
				
			||||||
msg_info "Stopping ESPHome"
 | 
					msg_info "Stopping ESPHome"
 | 
				
			||||||
systemctl stop esphomeDashboard
 | 
					systemctl stop esphomeDashboard
 | 
				
			||||||
msg_ok "Stopped ESPHome"
 | 
					msg_ok "Stopped ESPHome"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
msg_info "Updating ESPHome"
 | 
					msg_info "Updating ESPHome"
 | 
				
			||||||
pip3 install esphome --upgrade &>/dev/null
 | 
					if [[ -d /srv/esphome ]]; then
 | 
				
			||||||
 | 
					  source /srv/esphome/bin/activate &>/dev/null
 | 
				
			||||||
 | 
					fi
 | 
				
			||||||
 | 
					pip3 install -U esphome &>/dev/null
 | 
				
			||||||
msg_ok "Updated ESPHome"
 | 
					msg_ok "Updated ESPHome"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
msg_info "Starting ESPHome"
 | 
					msg_info "Starting ESPHome"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue