Open NlightN22 opened 1 year ago
Hi! Last URL wich is downloading for me is: "https://github.com/home-assistant/operating-system/releases/download/10.2/haos_generic-aarch64-10.2.vmdk.zip" At script we have:
*"gz") gunzip -f "$FILE";; *"xz") xz -d "$FILE";;
I add: *"zip") unzip -o "$FILE";; and all works pretty good.
*"zip") unzip -o "$FILE";;
Hi! Last URL wich is downloading for me is: "https://github.com/home-assistant/operating-system/releases/download/10.2/haos_generic-aarch64-10.2.vmdk.zip" At script we have:
I add:
*"zip") unzip -o "$FILE";;
and all works pretty good.