I only discovered this recently, and it’s very handy.

Piping scripts directly to bash is a security risk. You can always download the scripts, inspect them and run locally if you so choose.

  • HybridSarcasm@lemmy.worldM
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    1 month ago

    Apples and oranges.

    Package managers only install a package with defaults. These helper scripts are designed to take the user through a final config that isn’t provided by the package defaults.

    No need to be elitist about such things.

    EDIT: this particular repo is highly regarded in the community. It is very akin to the AUR. It’s not some haphazard collection of scripts.

    • frongt@lemmy.zip
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 month ago

      No, package installers support configuration. Plenty of packages (e.g. postfix) prompt for configuration at install time.

    • atzanteol@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 month ago

      Package managers only install a package with defaults. These helper scripts are designed to take the user through a final config that isn’t provided by the package defaults.

      This is trivially solved by having a “setup” script that is also installed by the package manager.