• @everett@lemmy.ml
    link
    fedilink
    105 months ago

    It’s worth knowing that .deb files can contain setup scripts that get run as root when installed, so you should trust them too.

    • 👍Maximum Derek👍
      link
      fedilink
      English
      6
      edit-2
      5 months ago

      Yeah. They all come with risks, but I psychologically struggle to run shell scripts unless I know what’s in them. And the same brain dysfunction makes my automatically distrust a script that doesn’t set pipefail.

      • @everett@lemmy.ml
        link
        fedilink
        45 months ago

        That definitely makes sense. Also, the scripts in a .deb should be incredibly short and readable, if you choose to check them out.