-
Notifications
You must be signed in to change notification settings - Fork 68
Description
Hello,
My first try with https://github.com/sharkdp/bat showed that installer detected the correct architecture for my test VM (linux/amd64), retrieved a artifact and put into /usr/local/bin as expected.
Bash errored with /usr/local/bin/bat: No such file or directory although the file was there.
A "file /usr/local/bin/bat" showed :
/usr/local/bin/bat: ELF 32-bit LSB pie executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=0c2142c993195cf49a9b711d45efbc3cf3e201e5, stripped
Installer worked for other projects but choked also on https://github.com/sharkdp/fd or https://github.com/bootandy/dust.
Any idea to resolve these issues ?
(I looked at the release assets of the projects and everyone is following... its own convention...)