mnurzia / even-better-ls

LS + Icons + Formatting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'ST_NBLOCKSIZE' undeclared

crscillitoe opened this issue · comments

Distribution: Arch

image

I get this error here when I run
sh -c "$(curl -fsSL https://raw.githubusercontent.com/illinoisjackson/even-better-ls/master/install.sh)"

I don't see why I wouldn't. I just ran his script I didn't change anything.

So his script is broken? I'll try using coreutils 8.2 I guess

Yeah, Illinois accepted a commit that changed the coreutils version without changing the ls.c version.

There's ls.c for 8.28 in my fork, but that's as modern as it gets AFAIK. Also, it has some issues I hope someone competent would know how to fix.

In case anyone is interested and if it's OK for you to use an older version, a quick fix to make it to work is to clone the repo and replace the non-working version with 8.2 in the install.sh script before running it.

So @dkarter broke it?