this post was submitted on 19 Jul 2026
100 points (99.0% liked)
Linux
14739 readers
458 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
My biggest concern is that it suggests to Yolo pipe the bash script from the website into your terminal. And the way it suggests doing it (saving it to /tmp first and then executing it from /tmp) feels very LLM-y to me.
I always find that suspicious, yes. Not to be AI though — sites have been suggesting this for decades — but I feel like it speaks to the credibility and experience of the people behind the site. Even if AI wrote it, why is the human publishing it.
Everyone should know you should not run someone else's script unless you understand it yourself, or can at least determine that there's no malicious stuff happening in it. This should be common knowledge. And don't copy paste command lines into terminal unless you know what it does.
Did we forget this in the *nix community?