Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downloading zip, but in script we have only "gz" "xz" extractors #140

Open
NlightN22 opened this issue May 30, 2023 · 0 comments
Open

Downloading zip, but in script we have only "gz" "xz" extractors #140

NlightN22 opened this issue May 30, 2023 · 0 comments

Comments

@NlightN22
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant