Skip to content

Used for basic installs for things such as Chrome, Azure-CLI, etc.

License

Notifications You must be signed in to change notification settings

Forcebyte/Choco-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chocolatey Quick Start Installer

Simple script that auto-installs programs using Chocolatey along with a bunch of other programs that someone who's just installed Windows might need

Changing the Choco List

In order to change the list that Chocolatey fetches from, you'll need to edit the Package list from the main switch, i.e.

2  {$PackageList = @('x' ,'PACKAGE')}

You'll also want to specify the list package selection list similar to below

Switch ($UserChoice){
 ...
}

About

Used for basic installs for things such as Chrome, Azure-CLI, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published