gh-install icon indicating copy to clipboard operation
gh-install copied to clipboard

What happens if I install two binaries that have same file underneath?

Open onilton opened this issue 4 years ago • 1 comments

What happens if I install two packages that have same file?

I am not talking about the binary itself that is unlikely to clash. But what if I install two packages that have the LICENSE or README.md file?

onilton avatar Dec 04 '21 18:12 onilton

At the moment, gh-install will only install the binary from an archive and not any other files.

epage avatar Dec 05 '21 03:12 epage