mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Update haos-vm.sh (#1940)
Dev OS builds have been moved to a new server
This commit is contained in:
		
							parent
							
								
									1c0f43fb91
								
							
						
					
					
						commit
						a901f2a065
					
				| 
						 | 
					@ -386,7 +386,7 @@ msg_ok "Using ${CL}${BL}$STORAGE${CL} ${GN}for Storage Location."
 | 
				
			||||||
msg_ok "Virtual Machine ID is ${CL}${BL}$VMID${CL}."
 | 
					msg_ok "Virtual Machine ID is ${CL}${BL}$VMID${CL}."
 | 
				
			||||||
msg_info "Retrieving the URL for Home Assistant ${BRANCH} Disk Image"
 | 
					msg_info "Retrieving the URL for Home Assistant ${BRANCH} Disk Image"
 | 
				
			||||||
if [ "$BRANCH" == "$dev" ]; then
 | 
					if [ "$BRANCH" == "$dev" ]; then
 | 
				
			||||||
  URL=https://os-builds.home-assistant.io/${BRANCH}/haos_ova-${BRANCH}.qcow2.xz
 | 
					  URL=https://os-artifacts.home-assistant.io/${BRANCH}/haos_ova-${BRANCH}.qcow2.xz
 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
  URL=https://github.com/home-assistant/operating-system/releases/download/${BRANCH}/haos_ova-${BRANCH}.qcow2.xz
 | 
					  URL=https://github.com/home-assistant/operating-system/releases/download/${BRANCH}/haos_ova-${BRANCH}.qcow2.xz
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue