Skip to content

Releases: Neocky/choco-runner

choco-runner v1.3.0

10 Sep 12:51
Compare
Choose a tag to compare

choco-runner v1.3.0

Changes:

  • added comments to functions
  • changed function names to make them compile with PowerShell verbs

choco-runner v1.2.0

20 Aug 12:05
c8efc2d
Compare
Choose a tag to compare

choco-runner v1.2.0

Changes:

  • added pipeline input support:
"7zip.install" | .\choco-runner.ps1

choco-runner v1.1.0

19 Aug 09:12
96e437a
Compare
Choose a tag to compare

choco-runner v1.1.0

Changes:

  • added multi thread support to reach mach speed while installing 🚀
  • added -keepChocoAfterwards as param if you want to keep Chocolatey afterwards and don't want to get a prompt which asks if you want to remove Chocolatey
  • added -threads as param to set the maximum numbers of threads (Default=256)
  • added position parameter to packages so choco-runner can also install packages without the -package parameter like so:
    .\choco-runner.ps1 7zip.install,firefoxesr