I was fed up with having to keep things like npm, NodeJS and git up to date manually; so I created a little script that keeps things up to date automatically (configurable on a per-app basis) via WinGet.

I know there are already things out there… but they looked like a pain to install, and this is simple enough that I actually understand what it’s doing XD

https://github.com/ELowry/WinGet-Updater

  • RougeEric@lemmy.zipOP
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

    Winget can handle apps installed via other sources, including things like all the Visual C++ Redistributable packages and stuff I had previously installed using an installer.

    It may not seem like much, but it’s a massive advantage for managing multiple computers in my family.

    • Helix 🧬@feddit.org
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 months ago

      I mean, chocolatey can do that, too. https://boxstarter.org/ can even provision new computers.

      If winget works for you that’s awesome, I just don’t get how it’s better than chocolatey for this task.