Skip to content

Commit c56cff9

Browse files
authored
Merge pull request #1025 from JPRuskin/qsgOfflineInstall
(doc) Updates QSG Offline Install Step
2 parents 4db9d3c + 30aeea0 commit c56cff9

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)