Skip to content

Commit 30aeea0

Browse files
committed
(doc) Updates QSG Offline Install Step
Part of the offline install was missing. This adds the instructions the user can use to zip the files back in.
1 parent 61ad524 commit 30aeea0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/docs/en-us/c4b-environments/quick-start-environment/chocolatey-for-business-quick-start-guide.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ export const callout4 = {
122122
> </ul>
123123
> </details>
124124
125+
<Callout content={callout3}>
126+
You can now copy the `C:\choco-setup\` directory to any computer to continue the installation. To zip up that directory, run `Compress-Archive -Path C:\choco-setup\files\* -DestinationPath C:\choco-setup\C4B-Files.zip`. Move the archive to your new machine, and run `Expand-Archive -Path /path/to/C4B-Files.zip -DestinationPath C:\choco-setup\files -Force`. You should then run `Set-Location "$env:SystemDrive\choco-setup\files"; .\Start-C4bSetup.ps1`, and continue with the guide.
127+
</Callout>
128+
125129
### Step 2: Nexus Setup
126130

127131
1. In the same **elevated** Windows PowerShell console as above, paste and run the following code:

0 commit comments

Comments
 (0)