Skip to content

Commit 31c4595

Browse files
authored
Update Choco_Packages_Desktop_windows10.ps1
'putty'
1 parent 41d38e8 commit 31c4595

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/Choco_Packages_Desktop_windows10.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ $packageGroups = @{
130130
"Utilities" = @('7zip', 'etcher', 'rufus',
131131
'virtualclonedrive')
132132

133-
"Remote Access" = @('putty', 'winscp', 'mremoteng',
133+
"Remote Access" = @('winscp', 'mremoteng',
134134
'filezilla', 'deluge', 'openvpn')
135135

136136
"Media" = @('vlc', 'screamer', 'googleearth',
@@ -190,4 +190,4 @@ if (-not $global:networkSensitiveFailures) {
190190
}
191191

192192
Write-Host "`nChocolatey installation completed!" -ForegroundColor Green
193-
exit 0
193+
exit 0

0 commit comments

Comments
 (0)