mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Update zwave-js-ui-update.sh
This commit is contained in:
		
							parent
							
								
									d90b2fbac3
								
							
						
					
					
						commit
						89c85f8290
					
				| 
						 | 
					@ -35,8 +35,9 @@ clear
 | 
				
			||||||
echo -en "${GN} Updating Z-wave JS UI... "
 | 
					echo -en "${GN} Updating Z-wave JS UI... "
 | 
				
			||||||
systemctl stop zwave-js-ui.service
 | 
					systemctl stop zwave-js-ui.service
 | 
				
			||||||
cd /opt/zwave-js-ui
 | 
					cd /opt/zwave-js-ui
 | 
				
			||||||
curl -s https://api.github.com/repos/zwave-js/zwave-js-ui/releases/latest | grep "browser_download_url.*zip" | cut -d : -f 2,3 | tr -d \" | wget -i - &>/dev/null
 | 
					RELEASE=$(curl -s https://api.github.com/repos/zwave-js/zwave-js-ui/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }') 
 | 
				
			||||||
unzip -o zwave-js-ui-v*.zip zwave-js-ui &>/dev/null
 | 
					wget https://github.com/zwave-js/zwave-js-ui/releases/download/${RELEASE}/zwave-js-ui-${RELEASE}-linux.zip &>/dev/null
 | 
				
			||||||
 | 
					unzip zwave-js-ui-${RELEASE}.zip zwave-js-ui &>/dev/null
 | 
				
			||||||
echo -e "${CM}${CL} \r"
 | 
					echo -e "${CM}${CL} \r"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
echo -en "${GN} Cleanup... "
 | 
					echo -en "${GN} Cleanup... "
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue