Skip to content

Commit e91de35

Browse files
authored
Merge pull request #239 from steviecoaster/gh238
(#238) Remove licensed feed from Client Setup script
2 parents cf2afcf + daf782a commit e91de35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/ClientSetup.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ else {
118118
}
119119

120120
choco source disable --name="'Chocolatey'"
121+
choco source disable --name="'chocolatey.licensed'"
121122

122123
choco upgrade chocolatey-license -y --source="'ChocolateyInternal'"
123124
choco upgrade chocolatey.extension -y --params="'/NoContextMenu'" --source="'ChocolateyInternal'" --no-progress

0 commit comments

Comments
 (0)