-
Notifications
You must be signed in to change notification settings - Fork 189
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
Fixed: Unable to handle file extension 'zip' - No unnecessary package #130
Comments
Mine still says "unable to handle file extension "zip"" |
Sorry for the late response. Yeah that's not it. Simply run this command instead of Whisker's command to install: This: |
This fixed the issue for me. |
I tried running frederikscode script, it doesn't seem to do anything. after I press enter, it gives the prompt with no other actions.
|
Simply added:
*"zip") gunzip -f -S .zip $FILE ;;
(OBS: to the copy of the code in my repo, not as some sort of argument/parameter to Whiskerz's script)
No unnecessary package needed. I don't know why people recommended and even sent pull requests regarding installing unrar/unzip when gzip is baked in and doesn't need to be installed. Whisker even used gzip in the script.. :)
Clone from my repo if you're not comfortable adding it yourself. Feel free to submit an issue on my repo if the script needs an update.
The text was updated successfully, but these errors were encountered: