Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ You can download and run the script in one of two ways - fill out the values bel


export const clientsetupscenarios = [
{ id: 'repo,ccm', title: 'Repository and CCM', isActive: true },
{ id: 'repo,ccm', title: 'Repository and Chocolatey Central Management', isActive: true },
{ id: 'repo', title: 'Repository Only' },
{ id: 'ccm', title: 'CCM Only' },
{ id: 'ccm', title: 'Chocolatey Central Management Only' },
{ id: 'none', title: 'No Servers' },
];

Expand Down