this post was submitted on 18 Jul 2025
108 points (100.0% liked)
Arch Linux
8921 readers
31 users here now
The beloved lightweight distro
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
As a package maintainer in AUR, I never understood the awe with it. You're literally executing random shell scripts by strangers as root. It's the same thing as
curl | sudo bash
except its a lot easier to hide malicious things.Most people claim they read the PKGBUILD (which I don't believe tbh) but I bet they don't read
<package>.install
scripts which don't have to be explicitly mentioned in the PKGBUILD if it shares the same name as the package.I could push whatever I want to my package and hundreds of people will pick it up. Since I'm not a script kiddie like this guy, I could hide it much better too.
I guess what I'm saying is, don't execute unvetted bash scripts as root kids. Open source doesn't mean people verify the code. It just means they can.
Because i don't have a track the updates and manage it's uninstall