项目作者: Neocky

项目描述 :
Rapid fast multi package installer for chocolatey packages. Uses different threads for mach speed
高级语言: PowerShell
项目地址: git://github.com/Neocky/choco-runner.git
创建时间: 2021-07-14T13:31:02Z
项目社区:https://github.com/Neocky/choco-runner

开源协议:Apache License 2.0

下载




logo


logo

Choco Runner

Rapid fast multi package installer for chocolatey packages

Installs multiple Chocolatey Packages paralell to each other with different threads.
Installs Chocolatey if it is not installed which then can be removed via the prompt or
with the param -removeChocoAfterwards.
Find all Chocolatey packages here: https://community.chocolatey.org/packages

Usage

This script needs to be run as administrator.

Example:

Installs Firefox and 7Zip and removes Chocolatey afterwards:

  1. .\choco-runner.ps1 -package firefox,7zip.install -removeChocoAfterwards
Supports Pipeline input:
  1. "7zip.install" | .\choco-runner.ps1

All parameters

  1. .PARAMETER package
  2. A list of packages which should be installed/upgraded. Seperate it with a ",".
  3. .PARAMETER removeChocoAfterwards
  4. Removes Chocolatey afterwards when this parameter is given.
  5. .PARAMETER keepChocoAfterwards
  6. Keeps Chocolatey afterwards when this parameter is given.
  7. .PARAMETER threads
  8. Maximum numbers of threads (Default=256)