Added more prereqs
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
Boxstarter can be used to create a dynamic list of both outdated packages, additional packages to install and packages to exclude for each Chocolatey client
|
Boxstarter can be used to create a dynamic list of both outdated packages, additional packages to install and packages to exclude for each Chocolatey client
|
||||||
|
|
||||||
|
### Prerequisites:
|
||||||
|
- Boxstarter PowerShell module
|
||||||
|
|
||||||
In this example, we want to add curl and git as additional packages to install and exclude Java (jre8). Note that -ScriptPath is the path that will be created with a list of choco commands for each package to install. Boxstarter will reboot if needed after each line
|
In this example, we want to add curl and git as additional packages to install and exclude Java (jre8). Note that -ScriptPath is the path that will be created with a list of choco commands for each package to install. Boxstarter will reboot if needed after each line
|
||||||
```
|
```
|
||||||
Invoke-BoxStarterRemoteUpgrade -ComputerName winclient2 -Credential (Get-Credential) `
|
Invoke-BoxStarterRemoteUpgrade -ComputerName winclient2 -Credential (Get-Credential) `
|
||||||
|
|||||||
Reference in New Issue
Block a user