From ab08e43907baad9d6399ddfbaf60b98a4f11a91d Mon Sep 17 00:00:00 2001 From: Dan Franciscus Date: Wed, 1 May 2019 12:11:49 -0700 Subject: [PATCH] More font resizing --- Examples/Demo-Boxstarter.MD | 4 ++-- Examples/Demo-internalizing.MD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Examples/Demo-Boxstarter.MD b/Examples/Demo-Boxstarter.MD index e8317d6..0ab9cd5 100644 --- a/Examples/Demo-Boxstarter.MD +++ b/Examples/Demo-Boxstarter.MD @@ -1,6 +1,6 @@ -### 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 -### 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) ` -AdditionalPackages curl,git -ExcludedPackages jre8 ` diff --git a/Examples/Demo-internalizing.MD b/Examples/Demo-internalizing.MD index 3d8b14a..414f8af 100644 --- a/Examples/Demo-internalizing.MD +++ b/Examples/Demo-internalizing.MD @@ -1,4 +1,4 @@ -### There are various ways to internalize community packages. The approach in this example is that you have a machine with all packages that you want to internalize already installed. This machine will perform choco outdated to find any packages that have newer versions available on the Chocolatey community repo. It then internalizes them, upgrades them to test they work, finally pushing them to an internal repo. + There are various ways to internalize community packages. The approach in this example is that you have a machine with all packages that you want to internalize already installed. This machine will perform choco outdated to find any packages that have newer versions available on the Chocolatey community repo. It then internalizes them, upgrades them to test they work, finally pushing them to an internal repo. ### Find outdated packages ```