I
I
Innokenty Ivanov2018-08-23 13:32:16
PowerShell
Innokenty Ivanov, 2018-08-23 13:32:16

How to setup download installers for Git, Docker, NodeJS and other stuff for web development?

I always update dependencies and software platforms as they are released or every two months. I wanted to automate this work through Powershell, cmd or bash, for this I bought and learned a video course on posh ("PowerShell: Scripting for Server Administration" on Lynda.com, if anyone needs it), so I know that `Invoke-WebRequest ` is suitable for this purpose.
Question - where can I get direct download links for installers, given that they are unique for each version?
I forgot to add that every time I download only stable versions of these programs:

  • NodeJS
  • Docker
  • MongoDB (Community Server)
  • nginx
  • VS Code
  • Notepad++
  • git
  • Git (Portable)
  • GitHub Desktop

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Interface, 2018-08-23
@Interface

Check out https://chocolatey.org/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question