• rtxn@lemmy.worldM
      link
      fedilink
      arrow-up
      3
      ·
      27 days ago

      yay, a utility to access the AUR, where users share build scripts instead of binaries. It’s just one step above curl | sudo sh in terms of security.

      • Lucy :3@feddit.org
        link
        fedilink
        arrow-up
        2
        ·
        27 days ago

        Except it automates the steps you’d have to take to inspect and edit the script, if needed. Also, PKGBUILDs are much nicer to read than just plain install scripts. And, of course, it actually builds a package, which is then installed, so it’s not only tracked but can be updated like the rest of the system.

          • Lucy :3@feddit.org
            link
            fedilink
            arrow-up
            1
            ·
            26 days ago

            I’d say that yay encourages checking the PKGBUILD or its diff more than the average “curl xy | sudo sh” instruction, but considering most people see yay just as yet another package manager, instead of an AUR helper, that’s probably true for most people