Y
Hacker News
new
|
ask
|
show
|
jobs
by
pjmlp
42 days ago
Only to be thrown out of the windows with a plain "curl | sh".
1 comments
skydhash
41 days ago
curl | sh is more prevalent in Linux where you can expect a stable ABI from the kernel and sometimes GNU libc. No such things in BSD land. Packages are built against a release always. They don't maintain binary compatibility.
link
pjmlp
41 days ago
Hardly an argument against random shell scripts execution, quite often elevated.
Not everyone installs only what is available in pkgsrc.
link