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

Fix install script to use unzip for zip files #223

Merged
merged 1 commit into from
May 17, 2024

Conversation

lockmeister
Copy link

Substituted "unzip" for "tar" in the install script.

This fixes this error which I got when running the install script:

tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains ‘d$@i\203\304\bL’ where numeric mode_t value expected
tar: Archive contains ‘dH3\004%(\0\0\0\017\205\335’ where numeric time_t value expected
tar: Archive contains ‘9d$(\017\205\021\377’ where numeric uid_t value expected
tar: Archive value -169126968458240 is out of gid_t range 0..4294967295
tar: $PH��$�: implausibly old time stamp 1970-01-01 11:59:59
tar: Skipping to next header
tar: Exiting with failure status due to previous errors

@benfdking
Copy link
Collaborator

That was some copy pasta 🍝 on our behalf. Thanks for the contribution! Just running it and testing.

@benfdking benfdking merged commit 098c0a6 into quarylabs:main May 17, 2024
9 of 10 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants