mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Update haos-vm.sh
This commit is contained in:
		@@ -220,11 +220,7 @@ fi
 | 
				
			|||||||
msg_ok "Using ${CL}${BL}$STORAGE${CL} ${GN}for Storage Location."
 | 
					msg_ok "Using ${CL}${BL}$STORAGE${CL} ${GN}for Storage Location."
 | 
				
			||||||
msg_ok "Container ID is ${CL}${BL}$VMID${CL}."
 | 
					msg_ok "Container ID is ${CL}${BL}$VMID${CL}."
 | 
				
			||||||
msg_info "Getting URL for Latest Home Assistant Disk Image"
 | 
					msg_info "Getting URL for Latest Home Assistant Disk Image"
 | 
				
			||||||
 | 
					 | 
				
			||||||
URL=https://github.com/home-assistant/operating-system/releases/download/7.6/haos_ova-7.6.qcow2.xz
 | 
					URL=https://github.com/home-assistant/operating-system/releases/download/7.6/haos_ova-7.6.qcow2.xz
 | 
				
			||||||
if [ -z "$URL" ]; then
 | 
					 | 
				
			||||||
  die "Github has returned an error, Please try again later."
 | 
					 | 
				
			||||||
fi
 | 
					 | 
				
			||||||
msg_ok "Found URL for Latest Home Assistant Disk Image"
 | 
					msg_ok "Found URL for Latest Home Assistant Disk Image"
 | 
				
			||||||
msg_ok "${CL}${BL}${URL}${CL}"
 | 
					msg_ok "${CL}${BL}${URL}${CL}"
 | 
				
			||||||
wget -q --show-progress $URL
 | 
					wget -q --show-progress $URL
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user