-
Notifications
You must be signed in to change notification settings - Fork 102
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
unzip: command not found (create doUnzip function) #734
Labels
bug
Something isn't working
Milestone
Comments
Closed
hohwille
changed the title
BUG: Create doUnzip function
unzip: command not found (create doUnzip function)
May 2, 2022
As a solution we plan to add |
CREITZ25
added a commit
that referenced
this issue
May 2, 2022
#734 create doUnzip function The following command in functions has to be changed to activate the doUnzip: #doRunCommand "unzip -qn '${1}' -d '${target_dir}'" doUnzip ${1} ${target_dir}
CREITZ25
added a commit
that referenced
this issue
May 2, 2022
#734 create doUnzip function hopefully last correction
hohwille
pushed a commit
that referenced
this issue
May 3, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On some systems the
unzip
command is not preinstalled (including linux distros like Ubuntu)The text was updated successfully, but these errors were encountered: