Skip to content

Commit 187562e

Browse files
committed
Update chocolateyinstall.ps1
1 parent e1798dc commit 187562e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Scripts/Chocolatey/tools/chocolateyinstall.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ switch ((Get-CimInstance -ClassName Win32_OperatingSystem).BuildNumber)
109109
}
110110
}
111111

112-
Write-Host "url: $url, url64bit: $url64bit, Hash: $Hash"
113-
114112
$Downloads = Get-ItemPropertyValue -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" -Name "{374DE290-123F-4565-9164-39C4925E467B}"
115113
$Parameters = @{
116114
packageName = $env:ChocolateyPackageName

0 commit comments

Comments
 (0)