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

fails with "Error in MD5 checksums" when dd isn't available #332

Open
moritzschepp opened this issue Jun 2, 2024 · 1 comment
Open

fails with "Error in MD5 checksums" when dd isn't available #332

moritzschepp opened this issue Jun 2, 2024 · 1 comment

Comments

@moritzschepp
Copy link

I was running one of gog.com installers (they are all created with makeself it looks like) in an env where dd wasn't available. The installer then swallows the "dd: command not found" and finally reports "Error in MD5 checksums".

Not sure if this is a supported case.

Somewhat related: #161

@megastep
Copy link
Owner

megastep commented Jun 3, 2024

Well it is true that we had to deal with different variants of dd being available, but I've never heard of an environment where the command is just not available. It's a very basic command that we rely on pretty extensively to parse the archives. We could add a check and fail with an error if it is not available though.

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

2 participants